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.

A059601 Expansion of (1+10*x+5*x^2)/(1-x)^10.

Original entry on oeis.org

1, 20, 160, 820, 3190, 10252, 28600, 71500, 163735, 348920, 700128, 1334840, 2435420, 4276520, 7261040, 11966504, 19203965, 30091820, 46147200, 69397900, 102518130, 148991700, 213306600, 301185300
Offset: 0

Views

Author

Wolfdieter Lang, Feb 02 2001

Keywords

Comments

a(n)= A038165(2*n).

Formula

a(n)= binomial(n+7, 7)*(4*n^2+23*n+18)/18.
G.f.:(1+10*x+5*x^2)/(1-x)^10.