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.

This page as a plain text file.
%I A082028 #14 Mar 14 2023 08:41:24
%S A082028 1,4,17,82,457,2936,21529,178102,1644017,16768972,187417921,
%T A082028 2278607354,29947410937,423169937152,6398329449737,103084196690206,
%U A082028 1763095226149729,31906336189354772,609120963614954737
%N A082028 Expansion of exp(x)*(1+x)/(1-x)^2.
%C A082028 Binomial transform of A007680.
%F A082028 E.g.f.: exp(x)(1+x)/(1-x)^2.
%F A082028 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
%F A082028 a(n) ~ n! * 2*exp(1)*n. - _Vaclav Kotesovec_, Jul 02 2015
%t A082028 CoefficientList[Series[E^x*(1+x)/(1-x)^2, {x, 0, 20}], x] * Range[0, 20]! (* _Vaclav Kotesovec_, Jul 02 2015 *)
%Y A082028 Cf. A082029.
%K A082028 easy,nonn
%O A082028 0,2
%A A082028 _Paul Barry_, Apr 01 2003