cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A103674 If in binary representation n! contains 6! then 1 else 0.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0
Offset: 0

Views

Author

Reinhard Zumkeller, Feb 12 2005

Keywords

Comments

Conjecture: a(n) = 1 for n > 802. - Charles R Greathouse IV, Apr 07 2013
Conjecture checked up to n <= 5*10^5. - Giovanni Resta, Apr 07 2013

Crossrefs

Programs

  • PARI
    a(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(1))); 0 \\ Charles R Greathouse IV, Apr 07 2013

Formula

a(A103678(n)) = 1, a(A103679(n)) = 0.