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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064467 Primes in Pi: a(n) = first position in decimal expansion of Pi that matches the n-th prime, or 0 if there is no such position. 2
7, 1, 5, 14, 95, 111, 96, 38, 17, 187, 1, 47, 3, 24, 120, 9, 5, 220, 99, 40, 300, 14, 27, 12, 13, 853, 3487, 1488, 207, 363, 298, 1097, 860, 526, 2607, 394, 1658, 1411, 1183, 429, 439, 729, 1945, 169, 38, 705, 94, 136, 485, 186, 230, 1689, 1708, 1714, 1007, 614 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

A000040(4) = 7 = A000796(14) and A000796(i) <> 7 for i < 14, so a(4) = 14.

MATHEMATICA

p = ToString[ FromDigits[ RealDigits[ N[ Pi, 10^4]] [[1]]]]; Do[ Print[ StringPosition[p, ToString[ Prime[n]]] [[1]] [[1]]], {n, 1, 100} ]

CROSSREFS

Cf. A000040, A000796, A032445.

Sequence in context: A178757 A195369 A047875 * A089204 A107786 A154932

Adjacent sequences:  A064464 A064465 A064466 * A064468 A064469 A064470

KEYWORD

base,nonn

AUTHOR

Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Oct 03 2001

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 17 10:57 EST 2012. Contains 206009 sequences.