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!)
A357011 E.g.f. satisfies A(x) * log(A(x)) = exp(x * A(x)^3) - 1. 1
1, 1, 6, 74, 1407, 36357, 1190476, 47254783, 2205546706, 118378505742, 7184030384361, 486440226752911, 36358328607088010, 2973464028723984551, 264119772408892921774, 25321946948812001539166, 2606224408648404660237647, 286624141573198517220290837 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} (3*n-k+1)^(k-1) * Stirling2(n,k).
PROG
(PARI) a(n) = sum(k=0, n, (3*n-k+1)^(k-1)*stirling(n, k, 2));
CROSSREFS
Sequence in context: A269337 A057783 A317344 * A231691 A177561 A269334
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 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 August 18 12:24 EDT 2024. Contains 375269 sequences. (Running on oeis4.)