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!)
A351795 a(n) = n! * Sum_{k=0..n} (k * (n-k))^k/k!. 3
1, 1, 4, 30, 396, 8360, 256470, 10619952, 564959528, 37370475648, 3001942868490, 287388158562560, 32278318416029532, 4197544986996581376, 625014083479647028622, 105554855135062180485120, 20053957030647088382195280, 4255329207190209023134564352 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ sqrt(2*Pi) * n^(2*n + 1/2) / (sqrt(LambertW(exp(2)*n)^2 - 1) * exp(n*(1 - 1/LambertW(exp(2)*n))) * LambertW(exp(2)*n)^n). - Vaclav Kotesovec, Feb 20 2022
MATHEMATICA
a[n_] := n!*(1 + Sum[(k*(n - k))^k/k!, {k, 1, n}]); Array[a, 18, 0] (* Amiram Eldar, Feb 19 2022 *)
PROG
(PARI) a(n) = n!*sum(k=0, n, (k*(n-k))^k/k!);
CROSSREFS
Sequence in context: A199569 A363911 A326205 * A290058 A168129 A193500
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 19 2022
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 19 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)