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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A088566 Primes p such that the p-th digit in the decimal expansion of Pi is 2. 0
7, 17, 29, 103, 113, 137, 281, 293, 457, 463, 547, 601, 631, 823, 1051, 1091, 1109, 1201, 1231, 1283, 1301, 1327, 1399, 1427, 1447, 1487, 1523, 1621, 1663, 1733, 1847, 1907, 1949, 2099, 2141, 2281, 2297, 2309, 2377, 2767, 3023, 3037, 3119, 3121, 3391 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

PROG

(PARI) pizeros(n, d) = { default(realprecision, 5000); p = Pi; v = Vec(Str(p)); for(x=1, n, if(v[x] == Str(d) && isprime(x-1), print1(x-1", ")) ) }

CROSSREFS

Primes in A053746.

Sequence in context: A045575 A029532 A157417 * A059845 A006142 A196167

Adjacent sequences:  A088563 A088564 A088565 * A088567 A088568 A088569

KEYWORD

nonn,base

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Nov 19 2003

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 13 13:55 EST 2012. Contains 205493 sequences.