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!)
A309343 Position of start of first occurrence of palindromic prime(n) after the decimal point in expansion of Pi. 0
6, 9, 4, 13, 94, 852, 1096, 393, 728, 1944, 858, 934, 5229, 25, 405, 631, 647, 1259, 416, 1853, 78246, 182558, 13736, 53100, 38835, 58726, 54516, 97930, 8827, 11000, 69516, 5795, 183115, 161674, 320336, 41934, 55891, 71399, 65195, 189109, 21045, 49012 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
First occurrence of palindromic prime(5) = 11 starts at the 94th digit after the decimal point, hence a(5) = 94.
PROG
(SageMath)
def postionInPi(n):
return str(N(pi, 2000000))[1:].find(str(n))
[ postionInPi(i) for i in A002385[0:200] ]
CROSSREFS
Sequence in context: A216638 A110649 A037024 * A254276 A021939 A069864
KEYWORD
nonn,base
AUTHOR
Hauke Löffler, Jul 24 2019
STATUS
approved

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 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)