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.

A082112 a(n) = 4*n^2 + 10*n + 1.

Original entry on oeis.org

1, 15, 37, 67, 105, 151, 205, 267, 337, 415, 501, 595, 697, 807, 925, 1051, 1185, 1327, 1477, 1635, 1801, 1975, 2157, 2347, 2545, 2751, 2965, 3187, 3417, 3655, 3901, 4155, 4417, 4687, 4965, 5251, 5545, 5847, 6157, 6475, 6801, 7135, 7477, 7827, 8185, 8551
Offset: 0

Views

Author

Paul Barry, Apr 04 2003

Keywords

Comments

A row of number array A082110.

Crossrefs

Programs

Formula

a(n) = a(n-1) + 8*n + 6 (with a(0)=1). - Vincenzo Librandi, Aug 08 2010
G.f.: (1+12*x-5*x^2) / (1-x)^3. - R. J. Mathar, Dec 03 2014
a(n) = 3*a(n-1) -3*a(n-2) +a(n-3). - Wesley Ivan Hurt, Dec 22 2021
E.g.f.: (1 + 14*x + 4*x^2)*exp(x). - G. C. Greubel, Dec 22 2022