login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A079100
Number of 1's in n# (n primorial) = 1's in A002110(n).
1
0, 0, 0, 1, 1, 0, 2, 0, 0, 0, 1, 2, 1, 3, 3, 2, 3, 3, 2, 2, 2, 2, 3, 3, 4, 1, 3, 5, 4, 5, 5, 6, 6, 5, 5, 8, 4, 7, 9, 5, 11, 5, 5, 11, 11, 9, 12, 11, 12, 11, 9, 14, 17, 10, 11, 6, 15, 10, 20, 8, 9, 9, 6, 10, 15, 14, 17, 13, 10, 12, 11, 15, 15, 17, 12, 18, 15, 19, 13, 29, 16, 8, 14, 20, 16, 16, 32
OFFSET
2,7
LINKS
MATHEMATICA
DigitCount[#, 10, 1]&/@Rest[FoldList[Times, 1, Prime[Range[100]]]] (* Vincenzo Librandi, Apr 07 2014 *)
PROG
(PARI) See program in Number of 0's in n#
CROSSREFS
Cf. A002110.
Sequence in context: A303138 A276205 A244966 * A296167 A244233 A227345
KEYWORD
nonn,base,easy
AUTHOR
Cino Hilliard, Feb 03 2003
STATUS
approved