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 A027725 #15 Aug 11 2024 14:41:29 %S A027725 8,878,41014,81518,8558558,8617168,415242514,874414478,88279997288, %T A027725 8035521255308,8053537353508,8942435342498,8984014104898, %U A027725 82375268486257328,8563985811185893658,41023644811311844632014,87279499176567199497278,462070049490878094940070264,467190356216898612653091764 %N A027725 Palindromes of form k^2 + k + 8. %C A027725 Palindromes h such that 4*h - 31 is a square. - _Bruno Berselli_, Aug 29 2018 %H A027725 P. De Geest, <a href="https://www.worldofnumbers.com/quasimor.htm">Palindromic Quasi_Over_Squares of the form n^2+(n+X)</a> %t A027725 palQ[n_] := Block[{d = IntegerDigits[n]}, d == Reverse[d]]; f[n_] := n^2 + n + 8; Select[f@ Range[0, 3*10^5], palQ] (* _Giovanni Resta_, Aug 29 2018 *) %Y A027725 Cf. A027724, A027693, A027723, A027727. %K A027725 nonn,base %O A027725 1,1 %A A027725 _Patrick De Geest_ %E A027725 a(14)-a(19) from _Giovanni Resta_, Aug 29 2018