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.

A097300 Tenth column (m=9) of (1,6)-Pascal triangle A096956.

Original entry on oeis.org

6, 55, 280, 1045, 3190, 8437, 20020, 43615, 88660, 170170, 311168, 545870, 923780, 1514870, 2416040, 3759074, 5720330, 8532425, 12498200, 18007275, 25555530, 35767875, 49424700, 67492425, 91158600, 121872036, 161388480, 211822380
Offset: 0

Views

Author

Wolfdieter Lang, Aug 13 2004

Keywords

Crossrefs

Cf. other columns: A096957 (m = 3), A096958 (m = 4), A096959 (m = 5), A097297 (m = 6), A097298 (m = 7), A097299 (m = 8).

Programs

Formula

a(n) = A096956(n+9, 9) = 6*b(n) - 5*b(n-1) = (n+54)*binomial(n+8, 8)/9, with b(n) = A000582(n+9) = binomial(n+9, 9).
G.f.: (6-5*x)/(1-x)^10.