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
0, 1, 2, 9, 24, 110, 720, 5985, 39200, 343224, 3628800, 41295870, 479001600, 6130959120, 87104969952, 1318070979225, 20922789888000, 354344089779680, 6402373705728000, 121882240625961816, 2432849766865689600, 51041049953430700800, 1124000727777607680000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
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
CROSSREFS
Sequence in context: A363660 A027302 A213720 * A073981 A006973 A137852
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, May 08 2022
STATUS
approved

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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)