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!)
A349965 a(n) = Sum_{k=0..n} (k * (n-k))^k. 4
1, 1, 2, 7, 47, 513, 8020, 169227, 4637965, 159568981, 6684686230, 332681461871, 19316990453131, 1292074091000105, 98636639620170792, 8528989125071254867, 829516920337723299465, 90124512307642049807293, 10865612430780251465538154 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
log(a(n)) ~ n*(2*log(n) - 1 + (1/(2*log(n)) - 1)*log(2*log(n))). - Vaclav Kotesovec, Dec 07 2021
MATHEMATICA
a[n_] := Sum[If[k == 0, 1, (k*(n - k))^k], {k, 0, n}]; Array[a, 19, 0] (* Amiram Eldar, Dec 07 2021 *)
PROG
(PARI) a(n) = sum(k=0, n, (k*(n-k))^k);
CROSSREFS
Sequence in context: A056854 A330149 A117141 * A305533 A125813 A254439
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Dec 07 2021
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 30 00:54 EDT 2024. Contains 372115 sequences. (Running on oeis4.)