OFFSET
1,1
COMMENTS
Are most terms of the form p^2 where p is a palindrome? - David A. Corneth, May 25 2021
LINKS
David A. Corneth, Table of n, a(n) for n = 1..13971 (terms <= 10^15)
EXAMPLE
6084 = 78^2 and 6084 = 9*676.
MATHEMATICA
With[{nn=50000}, Select[Union[Select[Times@@@Tuples[Select[Range[2, nn], PalindromeQ], 2], IntegerQ[ Sqrt[ #]]&]], #<=2 nn&]] (* Harvey P. Dale, Aug 21 2022 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Giovanni Resta, Jan 31 2006
STATUS
approved