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!)
A192564 a(n) = sum(abs(stirling1(n,k))*stirling2(n,k)*k!^2,k=0..n). 0
1, 1, 5, 74, 2186, 106524, 7703896, 773034912, 102673179360, 17429291711280, 3680338415133024, 945958227345434016, 290761516548473591232, 105309706114422166775040, 44384982810939832477305600, 21536846291826596564956445184 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ c * LambertW(-1, -r*exp(-r))^n * n!^2 / (sqrt(n) * LambertW(-exp(-1/r)/r)^n), where r = 0.673313285145753168... is the root of the equation (1 + 1/(r*LambertW(-exp(-1/r)/r))) * (r + LambertW(-1, -r*exp(-r))) = 1 and c = 0.27034346270211507329954765593360596752557904498770241464597402478625037569... - Vaclav Kotesovec, Jul 05 2021
MATHEMATICA
Table[Sum[Abs[StirlingS1[n, k]]StirlingS2[n, k]k!^2, {k, 0, n}], {n, 0, 100}]
PROG
(Maxima) makelist(sum(abs(stirling1(n, k))*stirling2(n, k)*k!^2, k, 0, n), n, 0, 24);
CROSSREFS
Sequence in context: A370463 A126740 A251666 * A080473 A266570 A355121
KEYWORD
nonn
AUTHOR
Emanuele Munarini, Jul 04 2011
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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)