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

%I #13 Aug 29 2018 18:07:01

%S 0,1,9,11,13,22,30,31,138,300,304,305,331,438,969,1141,1413,2367,3000,

%T 3144,3881,9854,30000,30605,72062,106801,114141,125206,128348,300000,

%U 315165,963304,980560,989154,2378507,3000000,3040604,3045679,3152290,3932806

%N Numbers k such that k^2+k+9 is a palindrome.

%H Giovanni Resta, <a href="/A027726/b027726.txt">Table of n, a(n) for n = 1..71</a>

%H P. De Geest, <a href="http://www.worldofnumbers.com/quasimor.htm">Palindromic Quasi_Over_Squares of the form n^2+(n+X)</a>

%t palQ[n_] := Block[{d = IntegerDigits[n]}, d == Reverse[d]]; f[n_] := n^2 + n + 9; Select[Range[0, 3*10^5], palQ@ f@ # &]

%Y Cf. A027727, A027694, A027757, A027758, A027724.

%K nonn,base

%O 1,3

%A _Patrick De Geest_

%E More terms from _Giovanni Resta_, Aug 29 2018

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 May 10 20:32 EDT 2024. Contains 372388 sequences. (Running on oeis4.)