login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A082028
Expansion of exp(x)*(1+x)/(1-x)^2.
1
1, 4, 17, 82, 457, 2936, 21529, 178102, 1644017, 16768972, 187417921, 2278607354, 29947410937, 423169937152, 6398329449737, 103084196690206, 1763095226149729, 31906336189354772, 609120963614954737
OFFSET
0,2
COMMENTS
Binomial transform of A007680.
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
MATHEMATICA
CoefficientList[Series[E^x*(1+x)/(1-x)^2, {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Jul 02 2015 *)
CROSSREFS
Cf. A082029.
Sequence in context: A230126 A181517 A110771 * A377960 A373931 A052315
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Apr 01 2003
STATUS
approved