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.

A004605 Expansion of Pi in base 6.

Original entry on oeis.org

3, 0, 5, 0, 3, 3, 0, 0, 5, 1, 4, 1, 5, 1, 2, 4, 1, 0, 5, 2, 3, 4, 4, 1, 4, 0, 5, 3, 1, 2, 5, 3, 2, 1, 1, 0, 2, 3, 0, 1, 2, 1, 4, 4, 4, 2, 0, 0, 4, 1, 1, 5, 2, 5, 2, 5, 5, 3, 3, 1, 4, 2, 0, 3, 3, 3, 1, 3, 1, 1, 3, 5, 5, 3, 5, 1, 3, 1, 2, 3, 3, 4, 5, 5, 3, 3, 4, 1, 0, 0, 1, 5, 1, 5, 4, 3, 4, 4, 4, 0, 1, 2, 3, 4, 3
Offset: 1

Views

Author

Keywords

Examples

			3.05033005141512410523441405312532110230...
		

Crossrefs

Pi in base b: A004601 (b=2), A004602 (b=3), A004603 (b=4), A004604 (b=5), this sequence (b=6), A004606 (b=7), A006941 (b=8), A004608 (b=9), A000796 (b=10), A068436 (b=11), A068437 (b=12), A068438 (b=13), A068439 (b=14), A068440 (b=15), A062964 (b=16), A060707 (b=60).
Cf. A007514.

Programs

  • Mathematica
    RealDigits[Pi, 6, 105][[1]]
    Table[ResourceFunction["NthDigit"][Pi, n, 6], {n, 1, 105}] (* Joan Ludevid ,Aug 17 2022;easy to compute a(10000000)=0 with this function;requires Mathematica 12.0+ *)