login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A103677 Numbers m such that in binary representation m! doesn't contain 5!. 5
0, 1, 2, 3, 4, 6, 7, 8, 9, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 24, 26, 28, 30, 31, 32, 36, 46, 53, 58, 65
(list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Conjecture: there are no further terms;
complement of A103676: A103673(a(n))=0, A103673(A103676(n))=1.
LINKS
PROG
(PARI) is(n)=n=n!; while(n>119, my(e=valuation(n, 2), e1=valuation((n>>=e)+1, 2)); n>>=e1; if(e>2 && e1>3, return(0))); 1 \\ Charles R Greathouse IV, Apr 07 2013
CROSSREFS
Sequence in context: A028237 A194463 A140467 * A087919 A113508 A059325
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, Feb 12 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 18 19:25 EDT 2024. Contains 376002 sequences. (Running on oeis4.)