login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A027724 Numbers k such that k^2+k+8 is a palindrome. 3
0, 29, 202, 285, 2925, 2935, 20377, 29570, 297119, 2834699, 2837875, 2990390, 2997334, 287010920, 2926428849, 202542945597, 295431039629, 21495814697072, 21614586653852 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
palQ[n_] := Block[{d = IntegerDigits[n]}, d == Reverse[d]]; f[n_] := n^2 + n + 8; Select[Range[0, 3*10^5], palQ@ f@ # &] (* Giovanni Resta, Aug 29 2018 *)
CROSSREFS
Sequence in context: A237446 A144731 A200471 * A042638 A213066 A324624
KEYWORD
nonn,base,more
AUTHOR
EXTENSIONS
a(14)-a(19) from Giovanni Resta, Aug 29 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)