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!)
A027718 Numbers k such that k^2+k+5 is a palindrome. 4
0, 1, 2, 8, 12, 26, 74, 127, 224, 230, 2751, 3462, 4012, 4067, 12752, 22424, 27548, 28168, 105322, 107422, 2358150, 2724718, 2775383, 4063892, 7569245, 85125933, 87579753, 106617617, 2237334999, 2426472519, 2765569146, 2781875716, 2815069131, 4029203527 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
palQ[n_] := Block[{d = IntegerDigits[n]}, d == Reverse[d]]; f[n_] := n^2 + n + 5; Select[Range[0, 10^5], palQ@ f@ # &] (* Giovanni Resta, Aug 29 2018 *)
CROSSREFS
Sequence in context: A135957 A107755 A268836 * A115102 A257082 A265736
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
More terms from Giovanni Resta, Aug 28 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 18:58 EDT 2024. Contains 371798 sequences. (Running on oeis4.)