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!)
A037008 Positions of the digit '0' in the decimal expansion of Pi. 27

%I #51 Mar 22 2020 08:02:58

%S 32,50,54,65,71,77,85,97,106,116,121,128,132,146,159,164,167,176,195,

%T 207,245,248,264,270,287,291,307,308,311,327,330,340,357,360,361,366,

%U 369,375,398,403,408,421,443,451,493,513,520,523,543,545,552,557,561

%N Positions of the digit '0' in the decimal expansion of Pi.

%H Amiram Eldar, <a href="/A037008/b037008.txt">Table of n, a(n) for n = 1..10000</a> (terms 1..369 from M. F. Hasler)

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/PiDigits.html">Pi Digits.</a>

%e Pi = 3.14159 26535 89793 23846 26433 83279 5*0*288 4... (Position 32 refers to the 32nd digit after the decimal point.)

%t Flatten @ Position[ RealDigits[Pi - 3, 10, 500][[1]], 0] (* _Robert G. Wilson v_, Mar 07 2011 *)

%o (PARI) for(c=1,default(realprecision,2011)-2,Pi\.1^c%10 || print1(c",")) \\ _M. F. Hasler_, Oct 23 2011

%Y For digits 0 through 9 see: this sequence, A037000, A037001, A037002, A037003, A037004, A037005, A036974, A037006, A037007.

%Y For another version see A014976(n) = a(n) + 1.

%K base,nonn

%O 1,1

%A Nicolau C. Saldanha (nicolau(AT)mat.puc-rio.br)

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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)