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!)
A027726 Numbers k such that k^2+k+9 is a palindrome. 3
0, 1, 9, 11, 13, 22, 30, 31, 138, 300, 304, 305, 331, 438, 969, 1141, 1413, 2367, 3000, 3144, 3881, 9854, 30000, 30605, 72062, 106801, 114141, 125206, 128348, 300000, 315165, 963304, 980560, 989154, 2378507, 3000000, 3040604, 3045679, 3152290, 3932806 (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 + 9; Select[Range[0, 3*10^5], palQ@ f@ # &]
CROSSREFS
Sequence in context: A104296 A254936 A117675 * A044873 A341080 A279519
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
More terms 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 23:15 EDT 2024. Contains 371798 sequences. (Running on oeis4.)