login
This site is supported by donations 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. 15
32, 50, 54, 65, 71, 77, 85, 97, 106, 116, 121, 128, 132, 146, 159, 164, 167, 176, 195, 207, 245, 248, 264, 270, 287, 291, 307, 308, 311, 327, 330, 340, 357, 360, 361, 366, 369, 375, 398, 403, 408, 421, 443, 451, 493, 513, 520, 523, 543, 545, 552, 557, 561 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

M. F. Hasler, Table of n, a(n) for n = 1..183

Eric Weisstein's World of Mathematics, Pi Digits.

MATHEMATICA

Flatten @ Position[ RealDigits[Pi - 3, 10, 500][[1]], 0] (* Robert G. Wilson v, Mar 07 2011 *)

PROG

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

CROSSREFS

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

For another version see A014976.

Sequence in context: A222300 A066472 A140172 * A099048 A176542 A048734

Adjacent sequences:  A037005 A037006 A037007 * A037009 A037010 A037011

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 | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 23 12:38 EDT 2013. Contains 225587 sequences.