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.

A083199 Exponent of largest power of 2 dividing A061419(n).

Original entry on oeis.org

0, 1, 0, 0, 3, 2, 1, 0, 0, 1, 0, 2, 1, 0, 0, 1, 0, 1, 0, 2, 1, 0, 0, 1, 0, 2, 1, 0, 1, 0, 5, 4, 3, 2, 1, 0, 0, 1, 0, 7, 6, 5, 4, 3, 2, 1, 0, 1, 0, 0, 0, 0, 0, 2, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 2, 1, 0, 2, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 5, 4, 3, 2, 1, 0
Offset: 1

Views

Author

Ralf Stephan, Jun 01 2003

Keywords

Programs

  • PARI
    p=1; for(n=1, 100, p=p+ceil(p/2); print1(valuation(p, 2)", "))