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.

A036070 Expansion of (-1+1/(1-4*x)^4)/(16*x); related to A038846.

Original entry on oeis.org

1, 10, 80, 560, 3584, 21504, 122880, 675840, 3604480, 18743296, 95420416, 477102080, 2348810240, 11408506880, 54760833024, 260113956864, 1224065679360, 5712306503680, 26456998543360, 121702193299456
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A038846, A001787. a(n)= A030526(n+1, 1) (first column of triangle).

Formula

a(n) = 4^(n-1)*binomial(n+4, 3); G.f. (-1+(1-4*x)^(-4))/(x*4^2).