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!)
A354278 Product_{n>=1} 1 / (1 - a(n)*x^n/n!) = exp(-x) / (1 - x). 1
0, 1, 2, 3, 24, 50, 720, 4095, 35840, 267624, 3628800, 35724150, 479001600, 5240149200, 82614884352, 1188272460375, 20922789888000, 320893244672000, 6402373705728000, 113803149223980216, 2379913632645120000, 46396417566975840000, 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 * (a(d)/d!)^(n/d)).
MATHEMATICA
a[1] = 0; a[n_] := a[n] = (n - 1)! (1 - Sum[d (a[d]/d!)^(n/d), {d, Divisors[n]~Complement~{1, n}}]); Table[a[n], {n, 1, 23}]
CROSSREFS
Sequence in context: A092049 A257789 A336616 * A061778 A160667 A118204
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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)