OFFSET
1,3
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..400 (first 100 terms from Harvey P. Dale)
P. De Geest, Palindromic Squares
G. J. Simmons, On palindromic squares of non-palindromic numbers, J. Rec. Math., 5 (No. 1, 1972), 11-19. [Annotated scanned copy]
MATHEMATICA
pal3Q[n_]:=Module[{idn3=IntegerDigits[n^2, 3]}, idn3==Reverse[idn3]]; Select[Range[0, 20000], pal3Q] (* Harvey P. Dale, May 22 2012 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
STATUS
approved