This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A115743 #13 Aug 21 2022 16:56:19 %S A115743 4,9,16,25,36,49,64,81,121,484,1089,1764,1936,2401,2704,3025,4356, %T A115743 5929,6084,7744,9801,10201,12321,14641,17161,19881,22801,25921,27225, %U A115743 29241,32761,36481,40804,44944,49284,53824,58564,63504,68644,69696 %N A115743 Squares that are the product of 2 palindromes greater than 1. %C A115743 Are most terms of the form p^2 where p is a palindrome? - _David A. Corneth_, May 25 2021 %H A115743 David A. Corneth, <a href="/A115743/b115743.txt">Table of n, a(n) for n = 1..13971</a> (terms <= 10^15) %e A115743 6084 = 78^2 and 6084 = 9*676. %t A115743 With[{nn=50000},Select[Union[Select[Times@@@Tuples[Select[Range[2,nn],PalindromeQ],2],IntegerQ[ Sqrt[ #]]&]],#<=2 nn&]] (* _Harvey P. Dale_, Aug 21 2022 *) %Y A115743 Cf. A014186, A115683, A115744, A115745. %K A115743 nonn,base %O A115743 1,1 %A A115743 _Giovanni Resta_, Jan 31 2006