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.

A272428 Expansion of the continued fraction x/(1-pi(2)*x/(1-pi(3)*x/(1-pi(4)*x/(1-...)))).

Original entry on oeis.org

0, 1, 1, 3, 13, 71, 461, 3447, 29093, 272767, 2797069, 30897015, 362691733, 4475707535, 57612706973, 769779683367, 10648337804645, 152377871778559, 2256813406989421, 34636615303780503
Offset: 0

Views

Author

Benedict W. J. Irwin, Apr 29 2016

Keywords

Comments

The initial similarity with A233824 may explain that method's success in representing pi(n).

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[x/(1 + ContinuedFractionK[-x*PrimePi[k], 1, {k, 2, 60}]), {x,0, 60}], x]

Formula

G.f.: x/(1-pi(2)*x/(1-pi(3)*x/(1-pi(4)*x/(1-...)))) a continued fraction.