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.

A082028 Expansion of exp(x)*(1+x)/(1-x)^2.

Original entry on oeis.org

1, 4, 17, 82, 457, 2936, 21529, 178102, 1644017, 16768972, 187417921, 2278607354, 29947410937, 423169937152, 6398329449737, 103084196690206, 1763095226149729, 31906336189354772, 609120963614954737
Offset: 0

Views

Author

Paul Barry, Apr 01 2003

Keywords

Comments

Binomial transform of A007680.

Crossrefs

Cf. A082029.

Programs

  • Mathematica
    CoefficientList[Series[E^x*(1+x)/(1-x)^2, {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Jul 02 2015 *)

Formula

E.g.f.: exp(x)(1+x)/(1-x)^2.
D-finite with recurrence -2*a(n) + (2*n+7)*a(n-1) - 5*n*a(n-2) + 3*(n-2)*a(n-3) = 0. - R. J. Mathar, Nov 09 2012
a(n) ~ n! * 2*exp(1)*n. - Vaclav Kotesovec, Jul 02 2015