A004604 Expansion of Pi in base 5.
3, 0, 3, 2, 3, 2, 2, 1, 4, 3, 0, 3, 3, 4, 3, 2, 4, 1, 1, 2, 4, 1, 2, 2, 4, 0, 4, 1, 4, 0, 2, 3, 1, 4, 2, 1, 1, 1, 4, 3, 0, 2, 0, 3, 1, 0, 0, 2, 2, 0, 0, 3, 4, 4, 4, 1, 3, 2, 2, 1, 1, 0, 1, 0, 4, 0, 3, 3, 2, 1, 3, 4, 4, 0, 0, 4, 3, 2, 4, 4, 4, 0, 1, 4, 4, 1, 0, 4, 2, 3, 3, 4, 1, 3, 3, 0, 1, 1, 3, 2
Offset: 1
Examples
3.03232214303343241124122404140231421114...
Links
- G. C. Greubel, Table of n, a(n) for n = 1..10000
- Wadim Zudilin, A BBP-style computation for π in base 5, arXiv:2409.10097 [math.NT], 2024.
Crossrefs
Programs
-
Mathematica
RealDigits[Pi, 5, 100][[1]] Table[ResourceFunction["NthDigit"][Pi, n, 5], {n, 1, 100}] (* Joan Ludevid, Aug 17 2022;easy to compute a(10000000)=0 with this function;requires Mathematica 12.0+ *)