A004605 Expansion of Pi in base 6.
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
Examples
3.05033005141512410523441405312532110230...
Links
- G. C. Greubel, Table of n, a(n) for n = 1..10000
Crossrefs
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+ *)