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!)
A242373 Sum_{k=0..n} C(n,k) * (2*k+1)^(2*n). 2
1, 10, 788, 166712, 68475920, 46294050592, 46645589472064, 65553860981315968, 122544885380995907840, 294065070661381857417728, 881074796163065604590326784, 3223847668121045228481269463040, 14146460882056535042193752974692352 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ 2^(2*n) * n^(2*n) * r^(2*n+1) / (sqrt(2-r) * exp(2*n) * (1-r)^(n+1/2)), where r = 2/(2+LambertW(2*exp(-2))) = 0.901829091937052... . - Vaclav Kotesovec, May 14 2014
MATHEMATICA
Table[Sum[Binomial[n, k]*(2*k+1)^(2*n), {k, 0, n}], {n, 0, 20}]
CROSSREFS
Sequence in context: A323494 A159709 A222689 * A221045 A015057 A302133
KEYWORD
nonn,easy
AUTHOR
Vaclav Kotesovec, May 12 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 16 14:03 EDT 2024. Contains 371739 sequences. (Running on oeis4.)