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.

A273128 Continued logarithm expansion of Pi.

Original entry on oeis.org

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

Views

Author

Jeffrey Shallit, May 16 2016

Keywords

Crossrefs

Cf. A273127 (similar for e).

Programs

  • PARI
    default(realprecision, 10^5); p=Pi;
    lista(nn) = {my(c); for(n=1, nn, print1(c=logint(p\1, 2), ", "); p=1/(p/2^c-1)); } \\ Jinyuan Wang, Feb 27 2020