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!)
A371330 E.g.f. satisfies A(x) = (exp(x/(1 - A(x))) - 1)/(1 - A(x))^2. 1
0, 1, 7, 112, 2901, 104176, 4788191, 268323756, 17744075761, 1352623086136, 116780496526515, 11263219375425172, 1200239384528276285, 140044340185131990336, 17757626485468691645479, 2431398542489983741458940, 357522675169127219183137737 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=1..n} (n+3*k-2)!/(n+2*k-1)! * Stirling2(n,k).
E.g.f.: Series_Reversion( (1 - x) * log(1 + x * (1 - x)^2) ). - Seiichi Manyama, Sep 08 2024
PROG
(PARI) a(n) = sum(k=1, n, (n+3*k-2)!/(n+2*k-1)!*stirling(n, k, 2));
CROSSREFS
Sequence in context: A129030 A128576 A147631 * A359927 A010795 A293456
KEYWORD
nonn,changed
AUTHOR
Seiichi Manyama, Mar 19 2024
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 September 18 07:05 EDT 2024. Contains 375996 sequences. (Running on oeis4.)