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.

A365350 Decimal expansion of 1/(Pi-3).

Original entry on oeis.org

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

Views

Author

Rok Cestnik, Sep 02 2023

Keywords

Comments

The continued fraction expansion is the same as Pi (A001203) with initial 3 omitted.

Examples

			7.062513305931045769793...
		

Crossrefs

Programs

  • Mathematica
    A365350 = RealDigits[N[1/(Pi-3), #+1]][[1]][[1;; -2]]&;
  • PARI
    1/(Pi-3)