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!)
A028414 Palindromes of form k^2 + k + 1. 4
1, 3, 7, 111, 343, 757, 10101, 15751, 30103, 1001001, 1255521, 1403041, 1837381, 3372733, 3521253, 3847483, 100010001, 141979141, 10000100001, 14181118141, 16112621161, 35297579253, 35475157453, 37011411073, 38735553783, 1000001000001, 1020505050201 (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 + 1; Select[f@ Range[0, 10^5], palQ] (* Giovanni Resta, Aug 29 2018 *)
CROSSREFS
Sequence in context: A243734 A158467 A260824 * A014014 A289629 A015884
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 May 9 02:58 EDT 2024. Contains 372341 sequences. (Running on oeis4.)