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.

A019632 Decimal expansion of Pi*e/24.

Original entry on oeis.org

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

Views

Author

Keywords

Examples

			0.355822259278065294394314619564440603959787...
		

Crossrefs

Cf. A019609 (e*Pi).

Programs

  • Magma
    C := ComplexField(); Pi(C)*Exp(1)/24; // G. C. Greubel, Jan 28 2018
  • Mathematica
    RealDigits[Pi*E/24, 10, 50][[1]] (* G. C. Greubel, Jan 28 2018 *)
  • PARI
    Pi*exp(1)/24 \\ G. C. Greubel, Jan 28 2018