login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A030681
Smallest nontrivial extension of n-th palindromic prime which is a square.
2
25, 36, 529, 729, 1156, 101124, 131044, 15129, 181476, 191844, 3136, 35344, 373321, 383161, 727609, 7573504, 7873636, 797449, 919681, 929296, 1030153216, 1050148836, 10601536, 1131111424, 1141155961, 124211025
OFFSET
1,1
MATHEMATICA
d[n_]:=IntegerDigits[n]; Table[i=1; While[!IntegerQ[Sqrt[x=FromDigits[Flatten[{d[n], d[i]}]]]], i++]; x, {n, Select[Prime[Range[1500]], Reverse[x=d[#]]==x &]}] (* Jayanta Basu, May 24 2013 *)
CROSSREFS
Cf. A030682.
Sequence in context: A077437 A077676 A030671 * A167363 A035383 A179803
KEYWORD
nonn,base
STATUS
approved