OFFSET
2,1
REFERENCES
J. P. Delahaye, Le Fascinant Nombre Pi, "100000 digits of pi in base two", pp. 209-210; Pour la Science, Paris 1997.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 2..1000
Francisco Javier Aragón Artacho, 2 billion step walk on the digits of pi
Elias's Pi Page, Binary representation of pi with 32768 digits
J. Leroy, M. Rigo, and M. Stipulanti, Behavior of Digital Sequences Through Exotic Numeration Systems, Electronic Journal of Combinatorics 24(1) (2017), #P1.44. See w(n) in Example 19.
Steve Pagliarulo, Stu's pi page: base 2 (23 pages) [link was dead, retrieved from the Internet archive]
EXAMPLE
11.0010010000111111011010101000100010000...
MAPLE
convert(evalf(Pi), binary, 120); # Alois P. Heinz, Dec 16 2018
MATHEMATICA
RealDigits[Pi, 2, 75][[1]]
Table[ResourceFunction["NthDigit"][Pi, n, 2], {n, 1, 100}] (* Joan Ludevid, Jun 24 2022; easy to compute a(10000000)=0 with this function; requires Mathematica 12.0+ *)
PROG
(PARI) binary(Pi) \\ Altug Alkan, Apr 08 2018
CROSSREFS
KEYWORD
AUTHOR
STATUS
approved