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!)
A351768 a(n) = n! * Sum_{k=0..n} k^(n-k) * (n-k)^k/k!. 3
1, 0, 2, 18, 276, 6260, 190950, 7523082, 371286440, 22356290952, 1608686057610, 136069954606190, 13345029902628732, 1500054487474871484, 191349476316804534638, 27464505325501082617170, 4402551348139824475260240, 783025812197886669354545552 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
log(a(n)) ~ n *(2*log(n) - log(log(n)) - 2 + (log(log(n)) + log(log(n)-1) + 1)/log(n)). - Vaclav Kotesovec, Feb 19 2022
MATHEMATICA
Join[{1}, Table[n!*Sum[k^(n-k) * (n-k)^k/k!, {k, 0, n}], {n, 1, 20}]] (* Vaclav Kotesovec, Feb 19 2022 *)
PROG
(PARI) a(n) = n!*sum(k=0, n, k^(n-k)*(n-k)^k/k!);
CROSSREFS
Sequence in context: A365555 A355472 A295183 * A294193 A127134 A131455
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 18 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.)