The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A140105 Trailing zeros removed from n! in binary. 1
1, 1, 1, 11, 11, 1111, 101101, 100111011, 100111011, 101100010011, 11011101011111, 100110000100010101, 1110010001100111111 (list; graph; refs; listen; history; text; internal format)
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 15 17:15 EDT 2024. Contains 372548 sequences. (Running on oeis4.)