A004603 Expansion of Pi in base 4.
3, 0, 2, 1, 0, 0, 3, 3, 3, 1, 2, 2, 2, 2, 0, 2, 0, 2, 0, 1, 1, 2, 2, 0, 3, 0, 0, 2, 0, 3, 1, 0, 3, 0, 1, 0, 3, 0, 1, 2, 1, 2, 0, 2, 2, 0, 2, 3, 2, 0, 0, 0, 3, 1, 3, 0, 0, 1, 3, 0, 3, 1, 0, 1, 0, 2, 2, 1, 0, 0, 0, 2, 1, 0, 3, 2, 0, 0, 2, 0, 2, 0, 2, 2, 1, 2, 1, 3, 3, 0, 3, 0, 1, 3, 1, 0, 0, 0, 0, 2, 0, 0, 2, 3, 2
Offset: 1
Examples
3.02100333122220202011220300203103010301...
Links
- G. C. Greubel, Table of n, a(n) for n = 1..10000
- Francisco Javier Aragón Artacho, 100 billion step walk on the digits of pi
- F. J. Aragon Artacho, D. H. Bailey, J. M. Borwein, P. B. Borwein, J. Fountain, and M. Skerritt Walking on numbers: a multiple media mathematics project, 2012.
- Elias Bröms, Pictures of Pi
Crossrefs
Programs
-
Mathematica
RealDigits[Pi, 4, 100][[1]] Table[ResourceFunction["NthDigit"][Pi, n, 4], {n, 1, 100}] (* Joan Ludevid, Jul 04 2022; easy to compute a(10000000)=2 with this function; requires Mathematica 12.0+ *)
Comments