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!)
A336828 a(n) = Sum_{k=0..n} binomial(n,k)^2 * k^n. 5
1, 1, 8, 108, 2144, 56250, 1836792, 71799504, 3269445888, 169974711630, 9934458411800, 644825382429096, 46022332032100800, 3582265183110626740, 302002255041807372080, 27413749834141448520000, 2665789990569658618398720, 276477318687585566522176470 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ c * d^n * (n-1)!, where d = (1 + 2*LambertW(exp(-1/2)/2)) / (4*LambertW(exp(-1/2)/2)^2) = 6.476217542109791521947605963458797355564... and c = 0.21617818094152997942246965143216887599763501682724844713834495... - Vaclav Kotesovec, Feb 20 2021
MATHEMATICA
Join[{1}, Table[Sum[Binomial[n, k]^2 k^n, {k, 0, n}], {n, 1, 17}]]
PROG
(PARI) a(n) = sum(k=0, n, binomial(n, k)^2*k^n); \\ Michel Marcus, Aug 05 2020
CROSSREFS
Sequence in context: A120975 A193678 A265277 * A184267 A099699 A084915
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Aug 05 2020
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 September 18 05:55 EDT 2024. Contains 375996 sequences. (Running on oeis4.)