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.

A051879 Partial sums of A051798.

Original entry on oeis.org

1, 14, 69, 224, 574, 1260, 2478, 4488, 7623, 12298, 19019, 28392, 41132, 58072, 80172, 108528, 144381, 189126, 244321, 311696, 393162, 490820, 606970, 744120, 904995, 1092546, 1309959, 1560664
Offset: 0

Views

Author

Barry E. Williams, Dec 14 1999

Keywords

Comments

Convolution of triangular numbers (A000217) and 11-gonal numbers (A051682). [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. A093644((9, 1) Pascal, column m=5).
Cf. A050405.

Programs

  • Mathematica
    Accumulate[Table[(n+1)(n+2)(n+3)(9n+4)/24,{n,0,40}]] (* Harvey P. Dale, Aug 19 2012 *)

Formula

a(n) = C(n+4, 4)*(9n+5)/5.
G.f.: (1+8*x)/(1-x)^6.