OFFSET
1,3
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..71
P. De Geest, Palindromic Quasi_Over_Squares of the form n^2+(n+X)
MATHEMATICA
palQ[n_] := Block[{d = IntegerDigits[n]}, d == Reverse[d]]; f[n_] := n^2 + n + 9; Select[Range[0, 3*10^5], palQ@ f@ # &]
CROSSREFS
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
More terms from Giovanni Resta, Aug 29 2018
STATUS
approved