The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A349836 Expansion of Sum_{k>=0} (k * x)^k/(1 - k^2 * x). 4
1, 1, 5, 44, 564, 9665, 211025, 5686104, 184813048, 7118824417, 320295658577, 16626717667348, 985178854556524, 66005199079345025, 4958773228726876257, 414664315430994701616, 38344259607889223269168, 3898112616839310343827009 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} k^(2*n-k).
a(n) ~ sqrt(Pi) * 2^(1 + 2*n - 2*n/LambertW(2*exp(1)*n)) * (n/LambertW(2*exp(1)*n))^(1/2 + 2*n - 2*n/LambertW(2*exp(1)*n)) / sqrt(1 + LambertW(2*exp(1)*n)). - Vaclav Kotesovec, Dec 04 2021
MATHEMATICA
Join[{1}, Table[Sum[k^(2*n - k), {k, 0, n}], {n, 1, 20}]] (* Vaclav Kotesovec, Dec 04 2021 *)
PROG
(PARI) a(n, t=2) = sum(k=0, n, k^(t*(n-k)+k));
(PARI) my(N=20, x='x+O('x^N)); Vec(sum(k=0, N, (k*x)^k/(1-k^2*x)))
CROSSREFS
Sequence in context: A195242 A243697 A106273 * A052803 A201923 A222059
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Dec 03 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 May 17 19:53 EDT 2024. Contains 372607 sequences. (Running on oeis4.)