OFFSET
1,3
COMMENTS
Terms displayed in base 5. - Harvey P. Dale, Jan 10 2023
LINKS
G. J. Simmons, On palindromic squares of non-palindromic numbers, J. Rec. Math., 5 (No. 1, 1972), 11-19. [Annotated scanned copy]
MATHEMATICA
FromDigits[IntegerDigits[#, 5]]&/@Select[Range[0, 100000]^2, IntegerDigits[ #, 5] == Reverse[ IntegerDigits[ #, 5]]&] (* Harvey P. Dale, Jan 10 2023 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
N. J. A. Sloane, Oct 23 2015
STATUS
approved