A004606 Expansion of Pi in base 7.
3, 0, 6, 6, 3, 6, 5, 1, 4, 3, 2, 0, 3, 6, 1, 3, 4, 1, 1, 0, 2, 6, 3, 4, 0, 2, 2, 4, 4, 6, 5, 2, 2, 2, 6, 6, 4, 3, 5, 2, 0, 6, 5, 0, 2, 4, 0, 1, 5, 5, 4, 4, 3, 2, 1, 5, 4, 2, 6, 4, 3, 1, 0, 2, 5, 1, 6, 1, 1, 5, 4, 5, 6, 5, 2, 2, 0, 0, 0, 2, 6, 2, 2, 4, 3, 6, 1, 0, 3, 3, 0, 1, 4, 4, 3, 2, 3, 3, 6, 3, 1, 0, 1, 1, 3
Offset: 1
Examples
3.06636514320361341102634022446522266435...
Links
- G. C. Greubel, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
RealDigits[Pi, 7, 105][[1]] Table[ResourceFunction["NthDigit"][Pi, n, 7], {n, 1, 105}] (* Joan Ludevid, Sep 13 2022; easy to compute a(10000000)=5 with this function;requires Mathematica 12.0+ *)