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!)
A367155 E.g.f. satisfies A(x) = 1 + A(x)^3 * log(1 + x). 4
1, 1, 5, 56, 948, 21804, 634284, 22348584, 925322784, 44039346264, 2369167375656, 142173632632272, 9416315321258928, 682290228636729504, 53689645309437175968, 4559660591348115191808, 415683140400707316145920, 40490500091575002629253120 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} (3*k)!/(2*k+1)! * Stirling1(n,k).
a(n) ~ 9 * n^(n-1) / (2^(5/2) * (exp(4/27) - 1)^(n - 1/2) * exp(n + 2/27)). - Vaclav Kotesovec, Nov 10 2023
MATHEMATICA
Table[Sum[(3*k)!/(2*k+1)! * StirlingS1[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, 1));
CROSSREFS
Cf. A087152.
Sequence in context: A006658 A221160 A006293 * A298689 A357392 A217817
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 14 16:47 EDT 2024. Contains 375929 sequences. (Running on oeis4.)