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!)
A316747 Stirling transform of (2*n)!. 7
1, 2, 26, 794, 44810, 4050362, 536119946, 97759687034, 23495075990090, 7197163489723322, 2737224615568742666, 1265459307754418362874, 698926543187678223962570, 454516898016585094157146682, 343753040265700944173260034186, 299168865461564926143049346952314 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Stirling Transform.
FORMULA
a(n) = Sum_{k=0..n} Stirling2(n,k) * (2*k)!.
a(n) ~ exp(1/8) * (2*n)!.
a(n) ~ sqrt(Pi) * 2^(2*n + 1) * n^(2*n + 1/2) / exp(2*n - 1/8).
E.g.f.: Sum_{k>=0} (2*k)! * (exp(x) - 1)^k / k!. - Seiichi Manyama, May 20 2022
MATHEMATICA
Table[Sum[StirlingS2[n, k]*(2*k)!, {k, 0, n}], {n, 0, 20}]
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(sum(k=0, N, (2*k)!*(exp(x)-1)^k/k!))) \\ Seiichi Manyama, May 20 2022
CROSSREFS
Sequence in context: A156212 A138524 A329556 * A354244 A059516 A210672
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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)