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!)
A027721 Palindromes of form k^2 + k + 6. 4
6, 8, 606, 656, 818, 83238, 6177716, 6505056, 8343438, 8681868, 834545438, 21543634512, 69872727896, 83456565438, 85425552458, 8032131312308, 8255470745528, 8345676765438, 8716172716178, 8766434346678, 8915858585198, 8973808083798, 213296020692312 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Palindromes h such that 4*h - 23 is a square. - Bruno Berselli, Aug 29 2018
LINKS
FORMULA
a(n) = A027729(n)^2 + A027729(n) + 6. - Giovanni Resta, Aug 27 2018
MATHEMATICA
palQ[n_] := Block[{d = IntegerDigits[n]}, d == Reverse[d]]; f[n_] := n^2 + n + 6; Select[f@ Range[0, 10^5], palQ] (* Giovanni Resta, Aug 29 2018 *)
CROSSREFS
Sequence in context: A295429 A267165 A000955 * A264518 A259129 A226472
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
More terms from Giovanni Resta, Aug 27 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 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)