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 A060087 #13 Nov 04 2023 14:01:16 %S A060087 1109111,110091011,111091111,10109901101,10110911101,11000910011, %T A060087 11010911011,11100910111,1010099010101,1010109110101,1011099011101, %U A060087 1100009100011,1101009101011,1110009100111,100109990011001 %N A060087 Numbers k such that k^2 is a palindromic square with an asymmetric root. %C A060087 With 'asymmetric' is meant almost palindromic with a 'core' (pseudo-palindromic). The core '09' when transformed into '1n' (n=-1) makes the base number palindromic. E.g., 1109111 is in fact 11_09_111 -> 11_(10-1)_111 -> 11_1n_111 -> 111n111 and palindromic. Similarly core 099 becomes 10n, core 0999 becomes 100n, etc. %D A060087 M. Keith, "Classification and Enumeration of Palindromic Squares," Journal of Recreational Mathematics, 22:2, pp. 124-132, 1990. %H A060087 Hugo Pfoertner, <a href="/A060087/b060087.txt">Table of n, a(n) for n = 1..10032</a> %H A060087 Patrick De Geest, <a href="http://www.worldofnumbers.com/subsquar.htm">Subsets of Palindromic Squares</a> %H A060087 IBM Research Ponder This, <a href="https://research.ibm.com/haifa/ponderthis/challenges/October2023.html">Non-palindromic numbers with palindromic squares</a>, October 2023 - Challenge. %Y A060087 Cf. A060088, A007573, A059744, A059745. %K A060087 nonn,base %O A060087 1,1 %A A060087 _Patrick De Geest_, Feb 15 2001