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.

A092746 Decimal expansion of Pi^(-6).

Original entry on oeis.org

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

Views

Author

Mohammad K. Azarian, Apr 12 2004

Keywords

Examples

			0.00104016147329585229...
		

Crossrefs

Programs

  • Maple
    evalf(1/Pi^6,100) ; # R. J. Mathar, May 12 2025
  • Mathematica
    Join[{0,0},RealDigits[Pi^-6,10,120][[1]]] (* Harvey P. Dale, Aug 16 2016 *)

Formula

Equals A092743^2 = 1/A092732. - R. J. Mathar, May 12 2025