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.

A145831 Log_2 ( A145768( A145830(n))).

Original entry on oeis.org

0, 4, 0, 8, 9, 8
Offset: 1

Views

Author

M. F. Hasler, Oct 20 2008

Keywords

Crossrefs

A145830 = A145768 intersect A000079. A145768(A145830(n)) = 2^a(n). See also A145827-A145829.

Programs

  • PARI
    an=0; for( i=1,10^7, an=bitxor(an,i^2); an & an==1<