login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A373307 Binary digits of Pi selected by stepping forward d+1 places at digit d, i.e., by skipping the next d places. 1
1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Are the digits uniformly distributed? Are all digit sequences uniformly distributed?
LINKS
FORMULA
a(n) = the (n+a(1)+a(2)+...+a(n-1))-th digit in the binary expansion of Pi.
EXAMPLE
The sequence starts with the first digit of the binary expansion of Pi, which is 1. The next term is the digit 1+1 places after this, namely, 0, and so on.
The digits selected from Pi begin
Pi=1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, ...
^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
MATHEMATICA
a={1}; s=1; For[n=2, n<=100, n++, s+=Part[a, n-1]+1; digits=First[RealDigits[Pi, 2, s]]; AppendTo[a, Part[digits, s]]]; a
CROSSREFS
Cf. A004601.
Sequence in context: A352569 A101266 A260552 * A244612 A262805 A213728
KEYWORD
nonn,base
AUTHOR
Karl Levy, May 31 2024
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 22 06:14 EDT 2024. Contains 375356 sequences. (Running on oeis4.)