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!)
A368505 a(n) = Sum_{k=0..n} n^(n-k) * k^n. 5
1, 1, 6, 60, 900, 18945, 536046, 19750864, 923023368, 53456736825, 3758407535410, 315059660550756, 31005946105301388, 3535337355213234025, 461813139285801522870, 68448013078470849802560, 11415281142784979557384208, 2126537819755999634260404945 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ sqrt(2*Pi) * n^(2*n + 1/2) / (exp(n) * (log(n))^(n+1)). - Vaclav Kotesovec, Dec 28 2023
PROG
(PARI) a(n) = sum(k=0, n, n^(n-k)*k^n);
CROSSREFS
Main diagonal of A368504.
Sequence in context: A138379 A064815 A331120 * A296956 A366335 A308332
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Dec 27 2023
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 July 13 17:17 EDT 2024. Contains 374284 sequences. (Running on oeis4.)