OFFSET
1,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..200
EXAMPLE
17->71+10=9^2; 431->134+10=12^2; 1151->1511+10=39^2; 9323->3239+10=57^2.
MATHEMATICA
Select[Prime[Range[460000]], IntegerQ[Sqrt[FromDigits[Reverse[ IntegerDigits[#]]] + 10]] &](* Vincenzo Librandi, Sep 15 2013 *)
PROG
(Magma) [p: p in PrimesInInterval(2, 460000) | IsSquare(q+10) where q is Seqint(Reverse(Intseq(p)))]; // Vincenzo Librandi, Sep 15 2013
CROSSREFS
KEYWORD
nonn,base,less
AUTHOR
Vincenzo Librandi, Nov 04 2009
STATUS
approved