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!)
A367164 E.g.f. satisfies A(x) = 1 + A(x)^3 * (1 - exp(-x)). 3
1, 1, 5, 55, 929, 21271, 616265, 21624415, 891671009, 42263854471, 2264336600825, 135325966276975, 8926057815521489, 644116254555006871, 50477965058305364585, 4269330999037434100735, 387619447676360230226369, 37602089272441407334114471 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} (-1)^(n-k) * (3*k)!/(2*k+1)! * Stirling2(n,k).
a(n) ~ sqrt(69) * n^(n-1) / (2^(5/2) * log(27/23)^(n - 1/2) * exp(n)). - Vaclav Kotesovec, Nov 10 2023
MATHEMATICA
Table[Sum[(-1)^(n-k) * (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, (-1)^(n-k)*(3*k)!/(2*k+1)!*stirling(n, k, 2));
CROSSREFS
Cf. A006531.
Sequence in context: A362653 A094418 A365588 * A008543 A057130 A141357
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 May 6 23:32 EDT 2024. Contains 372298 sequences. (Running on oeis4.)