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!)
A242449 a(n) = Sum_{k=0..n} C(n,k) * (2*k+1)^(2*n+1). 7
1, 28, 3612, 1064480, 560632400, 462479403072, 550095467201728, 891290348282967040, 1887146395301619304704, 5058811707344107766328320, 16746136671945501439084657664, 67088193422344140016282100785152, 319900900946743851959321101768511488 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Generally, for p>=1, a(n) = Sum_{k=0..n} C(n,k) * (p*k+1)^(p*n+1) is asymptotic to n^(p*n+1) * p^(p*n+1) * r^(p*n+3/2+1/p) / (sqrt(p+r-p*r) * exp(p*n) * (1-r)^(n+1/p)), where r = p/(p+LambertW(p*exp(-p))).
LINKS
FORMULA
a(n) ~ n^(2*n+1) * 2^(2*n+1) * r^(2*n+2) / (sqrt(2-r) * exp(2*n) * (1-r)^(n+1/2)), where r = 2/(2+LambertW(2*exp(-2))) = 0.901829091937052...
MATHEMATICA
Table[Sum[Binomial[n, k]*(2*k+1)^(2*n+1), {k, 0, n}], {n, 0, 20}]
PROG
(PARI) for(n=0, 30, print1(sum(k=0, n, binomial(n, k)*(2*k+1)^(2*n+1)), ", ")) \\ G. C. Greubel, Nov 16 2017
CROSSREFS
Sequence in context: A128506 A164655 A291585 * A201099 A290214 A036525
KEYWORD
nonn,easy
AUTHOR
Vaclav Kotesovec, May 14 2014
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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)