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.

A345746 Decimal expansion of Pi^(-1/9).

Original entry on oeis.org

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

Views

Author

Angad Singh, Jun 25 2021

Keywords

Examples

			0.880564403452215095326664791945008635475249886...
		

Crossrefs

Cf. A000796 (Pi), A049541 (1/Pi), A093209 (Pi^(-1/8)).

Programs

  • Mathematica
    RealDigits[Pi^(-1/9), 10, 100][[1]] (* Amiram Eldar, Jun 29 2021 *)