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.

A017630 a(n) = (12*n+9)^2.

Original entry on oeis.org

81, 441, 1089, 2025, 3249, 4761, 6561, 8649, 11025, 13689, 16641, 19881, 23409, 27225, 31329, 35721, 40401, 45369, 50625, 56169, 62001, 68121, 74529, 81225, 88209, 95481, 103041, 110889, 119025, 127449, 136161, 145161, 154449, 164025, 173889, 184041, 194481
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A016838.
Subsequence of A000290.

Programs

Formula

From Harvey P. Dale, Mar 31 2012: (Start)
a(0)=81, a(1)=441, a(2)=1089, a(n) = 3*a(n-1)-3*a(n-2)+a(n-3).
G.f.: -9*(x^2+22*x+9)/(x-1)^3. (End)
a(n) = 9*A016838(n). - R. J. Mathar, Mar 21 2016

Extensions

More terms from Jason Yuen, Sep 01 2025