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

A092607
Length of longest contiguous block of ones in binary representation of n!.
0
1, 1, 1, 2, 2, 4, 2, 3, 3, 2, 5, 2, 6, 3, 3, 3, 3, 6, 5, 3, 5, 5, 5, 6, 4, 6, 6, 6, 4, 5, 6, 3, 3, 7, 6, 5, 5, 12, 8, 10, 8, 5, 5, 7, 6, 5, 8, 9, 8, 6, 4, 6, 7, 7, 7, 6, 8, 5, 8, 8, 7, 5, 9, 8, 8, 7, 7, 11, 7, 7, 8, 14, 10, 9, 7, 7, 7, 6, 7, 8, 10, 8, 10, 9, 7, 7, 5, 7, 7, 7, 9, 8, 7, 8, 10, 6, 8, 7
OFFSET
0,4
COMMENTS
a(n) = A038374(A000142(n)).
EXAMPLE
n=10: 10!=3628800 = '1101110101111100000000' = '.........11111........': a(10)=5.
CROSSREFS
Sequence in context: A363219 A371531 A238745 * A221861 A057939 A163371
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Apr 11 2004
STATUS
approved