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!)
A316748 Stirling transform of (3*n)!. 5
1, 6, 726, 365046, 481183926, 1312473466806, 6422019989033526, 51225575261701080246, 621880652519326246083126, 10911229213845806303174823606, 265743324574322126992546955062326, 8697919110119969555113124407898635446, 372566878251517048881238923757823056246326 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Stirling Transform.
FORMULA
a(n) ~ (3*n)!.
a(n) ~ sqrt(2*Pi) * 3^(3*n + 1/2) * n^(3*n + 1/2) / exp(3*n).
E.g.f.: Sum_{k>=0} (3*k)! * (exp(x) - 1)^k / k!. - Seiichi Manyama, May 21 2022
MATHEMATICA
Table[Sum[StirlingS2[n, k]*(3*k)!, {k, 0, n}], {n, 0, 15}]
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(sum(k=0, N, (3*k)!*(exp(x)-1)^k/k!))) \\ Seiichi Manyama, May 21 2022
CROSSREFS
Sequence in context: A343434 A202080 A271528 * A354251 A232130 A289365
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jul 12 2018
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 April 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)