login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A014976 Successive locations of zeros in decimal expansion of Pi. 6
33, 51, 55, 66, 72, 78, 86, 98, 107, 117, 122, 129, 133, 147, 160, 165, 168, 177, 196, 208, 246, 249, 265, 271, 288, 292, 308, 309, 312, 328, 331, 341, 358, 361, 362, 367, 370, 376, 399, 404, 409, 422, 444, 452, 494, 514, 521, 524, 544, 546, 553, 558, 562, 597, 602, 603, 604, 619, 639, 658 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Index entries for sequences related to the number Pi

MAPLE

f := proc(n) if pi[n]=0 then n fi; end; [seq(f(i), i=1..2000)]; # where pi is an array with the digits of Pi - from Simon Plouffe [Corrected by Neven Juric, Jul 08 2008]

MATHEMATICA

Flatten[ Position[ RealDigits[Pi, 10, 660] [[1]], 0]] (from Robert G. Wilson v Mar 19 2004)

CROSSREFS

Cf. A053745-A053753. For another version see A037008.

Sequence in context: A096278 A204381 A034815 * A109407 A204374 A007373

Adjacent sequences:  A014973 A014974 A014975 * A014977 A014978 A014979

KEYWORD

nonn,base

AUTHOR

bagi(AT)callisto.miel.mot.com (Bagirath R. Krishnamachari)

EXTENSIONS

More terms from Scott Lindhurst (ScottL(AT)alumni.princeton.edu)

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 February 14 03:37 EST 2012. Contains 205570 sequences.