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.

A081593 Third row of Pascal-(1,7,1) array A081582.

Original entry on oeis.org

1, 17, 97, 241, 449, 721, 1057, 1457, 1921, 2449, 3041, 3697, 4417, 5201, 6049, 6961, 7937, 8977, 10081, 11249, 12481, 13777, 15137, 16561, 18049, 19601, 21217, 22897, 24641, 26449, 28321, 30257, 32257, 34321, 36449, 38641, 40897, 43217, 45601, 48049, 50561, 53137
Offset: 0

Views

Author

Paul Barry, Mar 23 2003

Keywords

Crossrefs

Programs

Formula

a(n) = 1 - 16*n + 32*n^2.
G.f.: (1+7*x)^2/(1-x)^3.
From Elmo R. Oliveira, Jun 09 2025: (Start)
E.g.f.: exp(x)*(1 + 16*x + 32*x^2).
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3). (End)