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.

Showing 1-1 of 1 results.

A225572 Continued fraction expansion of Pi/(4*e) + e/(3*Pi).

Original entry on oeis.org

0, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 5, 3, 1, 2, 2, 1, 1, 24, 1, 2, 2, 9, 78, 1, 94, 5, 1, 27, 2, 1, 1, 2, 1, 4, 2, 2, 2, 20, 1, 4, 1, 1, 5, 23, 43, 1, 9, 1, 3, 1, 3, 1, 2, 1, 2, 4, 1, 1, 3, 8, 32, 1, 7, 1
Offset: 0

Views

Author

Balarka Sen, May 11 2013, based on an idea from Jimmy Zotos

Keywords

Comments

The first five terms match with the continued fraction of the Euler-Mascheroni constant. See analogous comment in A225155.

Crossrefs

Cf. A225155.

Programs

  • Mathematica
    ContinuedFraction[Pi/(4E)+E/(3Pi),100] (* Harvey P. Dale, Oct 22 2023 *)
  • PARI
    default(realprecision, 300); contfrac(Pi/(4*exp(1))+exp(1)/(3*Pi))
Showing 1-1 of 1 results.