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.

A063262 Eighth column (k=7) of sextinomial array A063260.

Original entry on oeis.org

4, 27, 104, 305, 756, 1667, 3368, 6354, 11340, 19327, 31680, 50219, 77324, 116055, 170288, 244868, 345780, 480339, 657400, 887589, 1183556, 1560251, 2035224, 2628950, 3365180, 4271319, 5378832
Offset: 0

Views

Author

Wolfdieter Lang, Jul 24 2001

Keywords

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[(4-5x+5x^3-4x^4+x^5)/(1-x)^8,{x,0,30}],x] (* or *) LinearRecurrence[{8,-28,56,-70,56,-28,8,-1},{4,27,104,305,756,1667,3368,6354},30] (* Harvey P. Dale, Mar 07 2023 *)

Formula

a(n) = A063260(n+2, 7 )= (n+1)*(n+2)*(n^5+32*n^4+413*n^3+2722*n^2+9432*n+10080)/7!.
G.f.: (4-5*x+5*x^3-4*x^4+x^5)/(1-x)^8; the numerator polynomial is N6(7, x) from row n=7 of array A063261.
a(n) = 4*C(n+2,2) + 15*C(n+2,3) + 20*C(n+2,4) + 15*C(n+2,5) + 6*C(n+2,6) + C(n+2,7) (see comment in A213888). - Vladimir Shevelev and Peter J. C. Moses, Jun 22 2012