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.

A092162 Decimal expansion of (e/Pi)^6.

Original entry on oeis.org

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

Views

Author

Mohammad K. Azarian, Mar 31 2004

Keywords

Examples

			0.41963108820937...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[(E/Pi)^6,10,120][[1]] (* Harvey P. Dale, Nov 22 2018 *)