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.

A051878 Partial sums of A051797.

Original entry on oeis.org

1, 13, 63, 203, 518, 1134, 2226, 4026, 6831, 11011, 17017, 25389, 36764, 51884, 71604, 96900, 128877, 168777, 217987, 278047, 350658, 437690, 541190, 663390, 806715, 973791, 1167453, 1390753, 1646968, 1939608, 2272424, 2649416, 3074841, 3553221, 4089351, 4688307, 5355454, 6096454
Offset: 0

Views

Author

Barry E. Williams, Dec 14 1999

Keywords

Comments

Convolution of triangular numbers (A000217) and decagonal numbers (A001107). [Bruno Berselli, Jul 21 2015]

References

  • A. H. Beiler, Recreations in the Theory of Numbers, Dover, N.Y., 1964, pp. 194-196.
  • Herbert John Ryser, Combinatorial Mathematics, "The Carus Mathematical Monographs", No. 14, John Wiley and Sons, 1963, pp. 1-16.

Crossrefs

Cf. A093565 ((8, 1) Pascal, column m=5).

Programs

Formula

a(n) = binomial(n+4, 4)*(8*n+5)/5.
G.f.: (1+7*x)/(1-x)^6.
E.g.f.: (120 +*1440*x +2280*x^2 +1040*x^3 +165*x^4 +8*x^5)*exp(x)/120. - G. C. Greubel, Aug 30 2019

Extensions

Terms a(28) onward added by G. C. Greubel, Aug 30 2019