OFFSET
1,1
COMMENTS
Theoretically, this sequence could be used to encode a given number of digits of Pi as a DNA sequence, which could then be read back from one helix. The value read back from the other helix would of course depend on the assignment of G, A, C, T to the digits 0, 1, 2, 3. - Alonso del Arte, Nov 07 2011
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
FORMULA
EXAMPLE
3.02100333122220202011220300203103010301...
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+ *)
CROSSREFS
KEYWORD
AUTHOR
STATUS
approved