The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A053745 Positions of '1's in the decimal expansion of Pi (where positions 1,2,3,... refer to the digits 3,1,4,...). 6
2, 4, 38, 41, 50, 69, 95, 96, 104, 111, 139, 149, 154, 155, 156, 164, 169, 175, 176, 199, 207, 221, 239, 244, 247, 251, 270, 282, 296, 298, 315, 320, 325, 343, 345, 363, 364, 382, 386, 391, 394, 396, 397, 418 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 1 + A037000(n), a variant where position 1 is the first digit after the decimal point. - M. F. Hasler, Mar 20 2017
MATHEMATICA
Flatten[Position[RealDigits[Pi, 10, 1000][[1]], 1]] (* Vincenzo Librandi, Oct 07 2013 *)
PROG
(PARI) default(realprecision, 2017); for(i=3, #d=Vecsmall(Str(Pi)), d[i]==1&&print1(i-1", ")) \\ M. F. Hasler, Mar 20 2017
CROSSREFS
Sequence in context: A018304 A289988 A051692 * A019275 A012433 A012438
KEYWORD
nonn,base
AUTHOR
Simon Plouffe, Feb 20 2000
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 June 1 03:29 EDT 2024. Contains 373008 sequences. (Running on oeis4.)