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

A140105
Trailing zeros removed from n! in binary.
1
1, 1, 1, 11, 11, 1111, 101101, 100111011, 100111011, 101100010011, 11011101011111, 100110000100010101, 1110010001100111111
OFFSET
0,4
LINKS
FORMULA
a(n) = A007088(A049606(n)). - Robert Israel, May 01 2019
EXAMPLE
a(3)=11 because 3! in binary is 110, which is 11 when the zero is removed.
MAPLE
seq(convert(n!/2^padic:-ordp(n!, 2), binary), n=0..30); # Robert Israel, May 01 2019
CROSSREFS
Sequence in context: A282122 A281419 A280838 * A265715 A366416 A178496
KEYWORD
nonn
AUTHOR
Ben Branman, Jun 03 2008
STATUS
approved