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!)
A032299 "EFJ" (unordered, size, labeled) transform of 1,2,3,4,... 6

%I #17 Sep 23 2019 09:44:53

%S 1,1,2,9,16,85,516,1519,6280,45441,431740,1394371,8370924,43960657,

%T 459099018,6135631545,23813007376,150537761905,1029390040764,

%U 7519458731131,101693768415220,1909742186139921,8269148260309882,60924484457661793,417027498430063800

%N "EFJ" (unordered, size, labeled) transform of 1,2,3,4,...

%H Andrew Howroyd, <a href="/A032299/b032299.txt">Table of n, a(n) for n = 0..200</a>

%H C. G. Bower, <a href="/transforms2.html">Transforms (2)</a>

%F E.g.f.: Product_{m>0} (1+x^m/(m-1)!). - _Vladeta Jovovic_, Nov 26 2002

%F E.g.f.: exp(Sum_{k>=1} Sum_{j>=1} (-1)^(k+1)*x^(j*k)/(k*((j - 1)!)^k)). - _Ilya Gutkovskiy_, Sep 13 2018

%t mmax = 25;

%t egf = Product[1 + x^m/(m - 1)!, {m, 1, mmax}] + O[x]^mmax;

%t CoefficientList[egf, x] * Range[0, mmax - 1]! (* _Jean-François Alcover_, Sep 23 2019 *)

%o (PARI) seq(n)={Vec(serlaplace(prod(k=1, n, 1 + k*x^k/k! + O(x*x^n))))} \\ _Andrew Howroyd_, Sep 11 2018

%Y Cf. A007837, A076900.

%K nonn

%O 0,3

%A _Christian G. Bower_

%E a(0)=1 prepended and terms a(23) and beyond from _Andrew Howroyd_, Sep 11 2018

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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)