login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A183604 E.g.f.: Sum_{n>=0} (1+x)^(n^2)*x^n/n!. 0

%I #7 Jul 28 2021 17:01:30

%S 1,1,3,13,109,1041,14191,236293,4712793,113061889,3149562331,

%T 100617526461,3660463878853,149772851618833,6831434952176199,

%U 345197855050549621,19198332224485686961,1168264651674879727233

%N E.g.f.: Sum_{n>=0} (1+x)^(n^2)*x^n/n!.

%e E.g.f.: A(x) = 1 + x + 3*x^2/2! + 13*x^3/3! + 109*x^4/4! +...

%e A(x) = 1 + (1+x)*x + (1+x)^4*x^2/2! + (1+x)^9*x^3/3! + (1+x)^16*x^4/4! +...

%t With[{nn=20},CoefficientList[Series[Sum[(1+x)^n^2 x^n/n!,{n,0,nn}],{x,0,nn}],x] Range[0,nn]!] (* _Harvey P. Dale_, Jul 28 2021 *)

%o (PARI) {a(n)=n!*polcoeff(sum(m=0,n,x^m*(1+x+x*O(x^n))^(m^2)/m!),n)}

%K nonn

%O 0,3

%A _Paul D. Hanna_, Jan 12 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)