LogSeriesDistribution
LogSeriesDistribution[θ] represents a logarithmic series distribution with parameter θ.
Examples
dist = LogSeriesDistribution[0.5];
PDF[dist, k]RandomVariate[LogSeriesDistribution[0.8], 10]Please visit the official Wolfram Language Reference for more details.