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.

A050404 Partial sums of A051878.

Original entry on oeis.org

1, 14, 77, 280, 798, 1932, 4158, 8184, 15015, 26026, 43043, 68432, 105196, 157080, 228684, 325584, 454461, 623238, 841225, 1119272, 1469930, 1907620, 2448810, 3112200, 3918915, 4892706, 6060159, 7450912
Offset: 0

Views

Author

Barry E. Williams, Dec 21 1999

Keywords

References

  • A. H. Beiler, Recreations in the Theory of Numbers, Dover, N.Y., 1964, pp. 194-196.

Crossrefs

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

Programs

Formula

a(n) = binomial(n+5, 5)*(4*n+3)/3.
G.f.: (1+7*x)/(1-x)^7.
E.g.f.: (360 +4680*x +9000*x^2 +5400*x^3 +1275*x^4 +123*x^5 +4*x^6 )*exp(x)/360. - G. C. Greubel, Aug 30 2019

Extensions

Corrected by T. D. Noe, Nov 09 2006