The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A339048 a(n) = 2*n^2 + 9. 1
9, 11, 17, 27, 41, 59, 81, 107, 137, 171, 209, 251, 297, 347, 401, 459, 521, 587, 657, 731, 809, 891, 977, 1067, 1161, 1259, 1361, 1467, 1577, 1691, 1809, 1931, 2057, 2187, 2321, 2459, 2601, 2747, 2897, 3051, 3209, 3371, 3537, 3707, 3881 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Third diagonal sequence of triangle A338432, for n >= 1.
LINKS
FORMULA
a(n) = 2*n^2 + 9, n >= 0.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3), for n >= 3.
a(n) = A338432(n + 2, n), for n >= 1 and a(0) = 9.
G.f.: (9 - 16*x + 11*x^2)/(1 - x)^3.
PROG
(Magma) [2*n^2 + 9 : n in [0..50]]; // Wesley Ivan Hurt, May 04 2021
CROSSREFS
Sequence in context: A108113 A111391 A077788 * A137018 A182391 A346465
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Dec 09 2020
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 29 14:24 EDT 2024. Contains 372952 sequences. (Running on oeis4.)