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!)
A353822 Product_{n>=1} (1 + x^n/n!)^a(n) = exp(-x)/(1 - x). 3

%I #5 May 10 2022 14:26:45

%S 0,1,2,9,24,110,720,5985,39200,343224,3628800,41295870,479001600,

%T 6130959120,87104969952,1318070979225,20922789888000,354344089779680,

%U 6402373705728000,121882240625961816,2432849766865689600,51041049953430700800,1124000727777607680000

%N Product_{n>=1} (1 + x^n/n!)^a(n) = exp(-x)/(1 - x).

%t nn = 23; f[x_] := Product[(1 + x^n/n!)^a[n], {n, 1, nn}]; sol = SolveAlways[0 == Series[f[x] - Exp[-x]/(1 - x), {x, 0, nn}], x]; Table[a[n], {n, 1, nn}] /. sol // Flatten

%Y Cf. A000166, A006973, A137852.

%K nonn

%O 1,3

%A _Ilya Gutkovskiy_, May 08 2022

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 March 29 09:32 EDT 2024. Contains 371268 sequences. (Running on oeis4.)