Distribution of 0 digits in factorial series: Difference between revisions

no edit summary
No edit summary
Line 220:
The mean proportion dips permanently below 0.16 at 47332.
</pre>
The means can be plotted, showing a jump from 0 to over 0.25, followed by a slowly dropping curve:
<lang python>import matplotlib.pyplot as plt
plt.plot([i+1 for i in range(len(props))], props)
</lang>
 
=={{header|Raku}}==
4,105

edits