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!)
A354277 Product_{n>=1} 1 / (1 - x^n/n!)^a(n) = exp(-x) / (1 - x). 1
0, 1, 2, 3, 24, 70, 720, 4305, 39200, 337176, 3628800, 38417610, 479001600, 6128488080, 87104969952, 1297383162075, 20922789888000, 354250929192160, 6402373705728000, 121407227453840328, 2432849766865689600, 51041047393559059200, 1124000727777607680000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(1) = 0; a(n) = (n-1)! * (1 - Sum_{d|n, 1 < d < n} d * d!^(-n/d) * a(d)).
MATHEMATICA
a[1] = 0; a[n_] := a[n] = (n - 1)! (1 - Sum[d d!^(-n/d) a[d], {d, Divisors[n]~Complement~{1, n}}]); Table[a[n], {n, 1, 23}]
CROSSREFS
Sequence in context: A343566 A057665 A371480 * A157327 A174073 A009231
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, May 22 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 May 1 17:43 EDT 2024. Contains 372175 sequences. (Running on oeis4.)