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.

A188921 Expansion of the fractional part of Pi in base Pi.

Original entry on oeis.org

0, 1, 1, 0, 2, 1, 1, 1, 0, 0, 2, 0, 2, 2, 1, 1, 3, 0, 0, 0, 1, 0, 2, 0, 0, 0, 2, 1, 0, 2, 2, 2, 2, 1, 2, 2, 1, 2, 0, 2, 0, 1, 2, 1, 2, 0, 2, 0, 0, 0, 0, 0, 1, 2, 2, 2, 2, 1, 2, 1, 0, 1, 2, 0, 0, 0, 0, 2, 2, 1, 1, 0, 0, 2, 2, 1, 0, 0, 2, 0, 0, 1, 0, 1, 0, 2, 2, 1, 0, 0, 1, 1, 0, 2, 2, 0, 2, 2, 0, 2, 0, 2, 1, 1, 0, 1, 2, 1, 2, 2, 2, 1, 2, 2, 2, 1, 0, 0, 0, 1
Offset: 0

Views

Author

Nicholas C. Firth, Apr 13 2011

Keywords

Comments

The program (see link below) used to calculate this should guarantee enough accuracy. It is not a fast algorithm though, but it served its purpose!

Examples

			0.01102111002022113000102000210222212212...
		

Programs

  • Mathematica
    RealDigits[Pi - 3, Pi, 100, -1][[1]] (* T. D. Noe, Apr 14 2011 *)