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.

A213775 Principal diagonal of the convolution array A213774.

Original entry on oeis.org

1, 11, 38, 97, 213, 432, 833, 1555, 2838, 5097, 9045, 15904, 27761, 48171, 83174, 143009, 244997, 418384, 712465, 1210195, 2050966, 3468681, 5855333, 9867072, 16600993, 27889547, 46790438, 78401185, 131212533, 219355632
Offset: 1

Views

Author

Clark Kimberling, Jun 21 2012

Keywords

Crossrefs

Programs

Formula

a(n) = 4*a(n-1) - 4*a(n-2) - 2*a(n-3) + 4*a(n-4) - a(n-6).
G.f.: f(x)/g(x), where f(x) = x*(1 + 7*x - 2*x^2 - 9*x^3 - 5*x^4) and g(x) = (1 - 2*x + x^3 )^2.