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.

A241577 n^3 + 4*n^2 - 5*n + 1.

Original entry on oeis.org

1, 1, 15, 49, 109, 201, 331, 505, 729, 1009, 1351, 1761, 2245, 2809, 3459, 4201, 5041, 5985, 7039, 8209, 9501, 10921, 12475, 14169, 16009, 18001, 20151, 22465, 24949, 27609, 30451, 33481, 36705, 40129, 43759, 47601, 51661, 55945, 60459, 65209, 70201, 75441, 80935, 86689, 92709, 99001, 105571, 112425, 119569
Offset: 0

Views

Author

N. J. A. Sloane, Apr 27 2014

Keywords

Programs

Formula

G.f.: (1-3*x+17*x^2-9*x^3)/(1-x)^4. - Vincenzo Librandi, Apr 28 2014
Recurrence: a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4). - Fung Lam, May 11 2014