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.

A111310 Decimal expansion of (e^(Pi*sqrt(163)) - 744)^(1/3).

Original entry on oeis.org

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

Views

Author

Michael Trott (mtrott(AT)wolfram.com) and Robert G. Wilson v, Jul 15 2005

Keywords

Examples

			Equals 640319.99999999999999999999999939031735231947012650283553902603366...
while (A060295)^(1/3) = 640320.0000000006048637350490160394717418188...
		

References

  • Michael Trott, The Mathematica Guide Book for Programming, Springer, 2004, page 8.

Crossrefs

Cf. A060295.

Programs

  • Mathematica
    RealDigits[(E^(Pi*Sqrt[163]) - 744)^(1/3), 10, 124][[1]]
  • PARI
    (exp(Pi*sqrt(163))-744)^(1/3)