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!)
A351765 a(n) = n! * Sum_{k=0..n} n^(n-k) * (n-k)^k/k!. 4
1, 1, 12, 279, 11536, 746525, 69768036, 8902181575, 1487939919936, 315597946293657, 82839437215344100, 26366747854082944451, 10006618140321691249296, 4464690010732922712332149, 2313871692128866349730705924, 1378552938661073773617331110975 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * [x^n] 1/(1 - n*x*exp(x)).
From Vaclav Kotesovec, Feb 19 2022: (Start)
a(n) ~ exp(1) * n! * n^n.
a(n) ~ sqrt(2*Pi) * n^(2*n + 1/2) / exp(n-1). (End)
MATHEMATICA
Join[{1}, Table[n!*Sum[n^(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, n^(n-k)*(n-k)^k/k!);
CROSSREFS
Main diagonal of A351761.
Sequence in context: A296383 A296640 A239780 * A295037 A295528 A166337
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)