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.

A033576 a(n) = (2*n+1)*(12*n+1).

Original entry on oeis.org

1, 39, 125, 259, 441, 671, 949, 1275, 1649, 2071, 2541, 3059, 3625, 4239, 4901, 5611, 6369, 7175, 8029, 8931, 9881, 10879, 11925, 13019, 14161, 15351, 16589, 17875, 19209, 20591, 22021, 23499, 25025
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

From Colin Barker, Jun 10 2012: (Start)
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3).
G.f.: (1 + 36*x + 11*x^2)/(1-x)^3. (End)
a(n) = A005408(n) * A017533(n). - Wesley Ivan Hurt, Feb 02 2014
E.g.f.: (1 + 38*x + 24*x^2)*exp(x). - G. C. Greubel, Oct 12 2019