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.

A213832 Principal diagonal of the convolution array A213831.

Original entry on oeis.org

1, 19, 78, 202, 415, 741, 1204, 1828, 2637, 3655, 4906, 6414, 8203, 10297, 12720, 15496, 18649, 22203, 26182, 30610, 35511, 40909, 46828, 53292, 60325, 67951, 76194, 85078, 94627, 104865, 115816, 127504
Offset: 1

Views

Author

Clark Kimberling, Jul 04 2012

Keywords

Crossrefs

Cf. A213831.

Programs

Formula

G.f.: x*(1 + 15*x + 8*x^2)/(1-x)^4.
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4).
a(n) = (n - 7*n^2 + 8*n^3)/2.
a(n) = Sum_{i = 0..n-1} (n + i)*(n + 3*i). - Bruno Berselli, Feb 14 2018