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”).

A079110
Number of 2's in n# (n primorial) = 2's in A002110(n).
1
1, 0, 0, 1, 1, 0, 0, 0, 3, 1, 1, 1, 4, 1, 1, 1, 4, 2, 2, 1, 5, 2, 4, 1, 3, 3, 11, 1, 4, 4, 2, 6, 5, 2, 5, 8, 5, 3, 7, 5, 9, 8, 7, 12, 5, 5, 8, 7, 7, 6, 16, 14, 7, 12, 11, 7, 12, 6, 10, 13, 7, 14, 12, 16, 11, 14, 10, 14, 11, 22, 12, 10, 27, 19, 18, 6, 17, 18, 16, 13, 16, 19, 16, 12, 20, 21, 12, 21
OFFSET
2,9
LINKS
MATHEMATICA
DigitCount[#, 10, 2]&/@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: A354872 A368335 A157261 * A079619 A318577 A157603
KEYWORD
nonn,base,easy
AUTHOR
Cino Hilliard, Feb 03 2003
STATUS
approved