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.

A217459 Decimal expansion of 2^Pi.

Original entry on oeis.org

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

Views

Author

Jani Melik, Oct 03 2012

Keywords

Examples

			8.8249778270762876238564296042080015817044108152714849266....
		

Crossrefs

Programs

  • Mathematica
    RealDigits[2^Pi, 10, 100][[1]] (* Amiram Eldar, Nov 24 2020 *)
  • Maxima
    fpprec : 100; ev(bfloat(2^(%pi)));  /* Martin Ettl, Oct 04 2012 */
    
  • PARI
    default(realprecision,2000);2^Pi \\ Anders Hellström, Nov 11 2015
  • Sage
    2^(pi).n(digits=100)
    

Formula

Equals exp(A086054). - Amiram Eldar, Nov 24 2020