login
A027717
Palindromes of form k^2 + k + 4.
4
4, 6, 424, 40204, 48184, 68386, 4002004, 4992994, 6510156, 6830386, 400020004, 424545424, 40000200004, 41162526114, 42314341324, 47678687674, 4000002000004, 4644626264464, 6201427241026, 6866949496686, 400000020000004, 669896222698966, 40000000200000004
OFFSET
1,1
MATHEMATICA
Select[Table[n^2+n+4, {n, 0, 25*10^5}], IntegerDigits[#] == Reverse[ IntegerDigits[ #]]&] (* Harvey P. Dale, Mar 05 2015 *)
Select[Table[n^2+n+4, {n, 0, 25*10^5}], PalindromeQ] (* Harvey P. Dale, Dec 23 2023 *)
CROSSREFS
KEYWORD
nonn,base
EXTENSIONS
More terms from Giovanni Resta, Aug 29 2018
STATUS
approved