cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A239449 a(n) = 7*n^2 - 5*n + 1.

Original entry on oeis.org

1, 3, 19, 49, 93, 151, 223, 309, 409, 523, 651, 793, 949, 1119, 1303, 1501, 1713, 1939, 2179, 2433, 2701, 2983, 3279, 3589, 3913, 4251, 4603, 4969, 5349, 5743, 6151, 6573, 7009, 7459, 7923, 8401, 8893, 9399, 9919, 10453, 11001, 11563, 12139, 12729, 13333, 13951
Offset: 0

Views

Author

Reinhard Zumkeller, Mar 19 2014

Keywords

Crossrefs

Programs

Formula

a(n) = A239426(n)/A003215(n-1).
G.f.: (-1-13*x^2)/(x-1)^3. - R. J. Mathar, Mar 31 2014
From Elmo R. Oliveira, Nov 16 2024: (Start)
E.g.f.: exp(x)*(1 + 2*x + 7*x^2).
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) for n > 2. (End)