OFFSET
1,1
COMMENTS
The sequence has infinitely many terms, some of which can be derived from 1089 and 2178.
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..2338 (terms < 10^12, n = 1..150 from Harvey P. Dale, n = 151..1000 from Chai Wah Wu)
Eric Weisstein's World of Mathematics, Reversal
EXAMPLE
2178 is a term as 2178*8712 = 4356^2.
10891089 is a term as 10891089*98019801 = 32673267^2.
MATHEMATICA
okQ[n_]:=Module[{idn=IntegerDigits[n], ridn}, ridn=Reverse[idn]; idn!= ridn && !Divisible[n, 10]&&IntegerQ[Sqrt[n FromDigits[ridn]]]]; Select[Range[ 50000], okQ] (* Harvey P. Dale, Dec 08 2012 *)
CROSSREFS
KEYWORD
nonn,base,easy,changed
AUTHOR
Amarnath Murthy, Jul 02 2001
EXTENSIONS
More terms from Reiner Martin, Jul 10 2001
STATUS
approved