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.

A104691 Decimal expansions of e and Pi interlaced.

Original entry on oeis.org

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

Views

Author

Zak Seidov, Apr 23 2005

Keywords

Comments

Within 2.5 per cent of e^Pi (A039661: 23.14069...) or 5.5 per cent of Pi^e (A059850: 22.45915...). - Robert G. Wilson v, Jan 04 2013

Crossrefs

Cf. A001355.

Programs

  • Mathematica
    Riffle[RealDigits[E, 10, 53][[1]], RealDigits[Pi, 10, 53][[1]]] (* Robert G. Wilson v, Jan 04 2013 *)