OFFSET
1,3
COMMENTS
Last term is probably 802. No numbers between 803 and 500000 belong to the sequence. - Giovanni Resta, Apr 07 2013
LINKS
MATHEMATICA
Select[Range[0, 100], SequenceCount[IntegerDigits[#!, 2], {1, 0, 1, 1, 0, 1, 0, 0, 0, 0}]==0&] (* Harvey P. Dale, Oct 12 2024 *)
PROG
(PARI) is(n)=n=n!; while(n>719, my(e=valuation(n, 2), e1=valuation((n>>=e)+1, 2)); n>>=e1; if(e>3 && e1==1 && bitand(n, 31)==22, return(0))); 1 \\ Charles R Greathouse IV, Apr 07 2013
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, Feb 12 2005
STATUS
approved