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!)
A367161 E.g.f. satisfies A(x) = 1 + A(x)^3 * (exp(x) - 1). 3
1, 1, 7, 91, 1795, 47851, 1612027, 65731891, 3148530595, 173319612571, 10782796483147, 748237171338691, 57299882326956595, 4800323120225595691, 436719009263680421467, 42878536726317406241491, 4519124182661042439577795, 508885588456024192452993211 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} (3*k)!/(2*k+1)! * Stirling2(n,k).
a(n) ~ sqrt(93) * n^(n-1) / (2^(5/2) * log(31/27)^(n - 1/2) * exp(n)). - Vaclav Kotesovec, Nov 10 2023
MATHEMATICA
Table[Sum[(3*k)!/(2*k+1)! * StirlingS2[n, k], {k, 0, n}], {n, 0, 20}] (* Vaclav Kotesovec, Nov 10 2023 *)
PROG
(PARI) a(n) = sum(k=0, n, (3*k)!/(2*k+1)!*stirling(n, k, 2));
CROSSREFS
Cf. A052895.
Sequence in context: A177784 A361142 A326266 * A363358 A124557 A195213
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 07 2023
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 1 11:43 EDT 2024. Contains 375589 sequences. (Running on oeis4.)