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!)
A037000 Positions of the digit '1' in the decimal expansion of Pi. 37
1, 3, 37, 40, 49, 68, 94, 95, 103, 110, 138, 148, 153, 154, 155, 163, 168, 174, 175, 198, 206, 220, 238, 243, 246, 250, 269, 281, 295, 297, 314, 319, 324, 342, 344, 362, 363, 381, 385, 390, 393, 395, 396, 417, 424, 427, 428, 432, 437, 438, 442, 445, 446 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Eric Weisstein's World of Mathematics, Pi Digits
FORMULA
Conjecturally, a(n) ~ 10n.
MAPLE
P:= convert(evalf[100000](Pi), string)[3..-1]:
select(t -> P[t]="1", [$1..length(P)-1]); # Robert Israel, Dec 22 2013
MATHEMATICA
Flatten @ Position[ RealDigits[Pi - 3, 10, 500][[1]], 1] (* Robert G. Wilson v, Mar 07 2011 *)
CROSSREFS
Cf. A036974.
Sequence in context: A128061 A176240 A116184 * A042333 A106103 A224471
KEYWORD
base,nonn
AUTHOR
Nicolau C. Saldanha (nicolau(AT)mat.puc-rio.br)
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 April 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)