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!)
A030680 Smallest nontrivial extension of n-th palindromic prime which is a prime. 1
23, 31, 53, 71, 113, 1013, 1319, 1511, 1811, 1913, 3137, 3533, 3733, 3833, 72701, 7573, 7873, 79757, 9199, 9293, 1030111, 105019, 106013, 113111, 114113, 124213, 127217, 128213, 133319, 138311, 139313, 143413, 147419, 1545101, 1555111, 160619, 163613, 165611 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
d[n_]:=IntegerDigits[n]; Table[i=1; While[!PrimeQ[x=FromDigits[Flatten[{d[n], d[i]}]]], i=i+2]; x, {n, Select[Prime[Range[2000]], Reverse[x=d[#]]==x &]}] (* Jayanta Basu, May 24 2013 *)
CROSSREFS
Sequence in context: A177981 A064792 A030670 * A330162 A006203 A153635
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
a(15) and a(34) corrected by Chai Wah Wu, May 24 2016
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 23 07:34 EDT 2024. Contains 371905 sequences. (Running on oeis4.)