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!)
A357392 E.g.f. satisfies A(x) = -log(1 - x * exp(2 * A(x))). 1
0, 1, 5, 56, 990, 24024, 742560, 27907200, 1235591280, 62990928000, 3634245014400, 234102016512000, 16654322805120000, 1296884927852236800, 109720581991308288000, 10021650950985427353600, 982869376029609100032000, 103017324974226408345600000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f. satisfies A(x) = log(1 + x * exp(3 * A(x))).
a(n) = Sum_{k=1..n} (2 * n)^(k-1) * |Stirling1(n,k)|.
a(n) = Sum_{k=1..n} (3 * n)^(k-1) * Stirling1(n,k).
a(n) = Product_{k=2*n+1..3*n-1} k = (3*n-1)!/(2*n)! for n > 0.
PROG
(PARI) a(n) = sum(k=1, n, (2*n)^(k-1)*abs(stirling(n, k, 1)));
(PARI) a(n) = sum(k=1, n, (3*n)^(k-1)*stirling(n, k, 1));
(PARI) a(n) = if(n==0, 0, (3*n-1)!/(2*n)!);
CROSSREFS
Sequence in context: A006293 A367155 A298689 * A217817 A217818 A217819
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 26 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 July 13 02:47 EDT 2024. Contains 374265 sequences. (Running on oeis4.)