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.

A093436 Decimal expansion of exp(Pi*sqrt(67)).

Original entry on oeis.org

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

Views

Author

Jun Mizuki (suzuki32(AT)sanken.osaka-u.ac.jp), May 13 2004

Keywords

Examples

			147197952743.99999866245422450682926131257862850818331250381671263337...
		

References

  • John H. Conway and Richard K. Guy, The Book of Numbers, New York: Springer-Verlag, 1996. See pp. 225-226.

Crossrefs

Cf. A060295.

Programs

  • Magma
    R:= RealField(); Exp(Pi(R)*Sqrt(67)); // G. C. Greubel, Feb 13 2018
  • Mathematica
    RealDigits[E^(Pi*Sqrt[67]), 10, 111][[1]] (* Robert G. Wilson v, May 24 2004 *)
  • PARI
    exp(Pi*sqrt(67))
    

Extensions

More terms from Pab Ter (pabrlos(AT)yahoo.com) and Robert G. Wilson v, May 23 2004