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!)
A119581 a(n) = (2*n+n^2)*(binomial(2*n,n))/2. 0
0, 3, 24, 150, 840, 4410, 22176, 108108, 514800, 2406690, 11085360, 50438388, 227149104, 1014058500, 4493059200, 19777483800, 86555576160, 376877404530, 1633524354000, 7051380128100, 30326236340400, 129989276677260, 555482126422080, 2367111334185000, 10061252349127200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From Amiram Eldar, Sep 04 2022: (Start)
a(n) = A005563(n)*A000984(n)/2.
Sum_{n>=1} 1/a(n) = 13/2 - 7*Pi/sqrt(3) + 2*Pi^2/3.
Sum_{n>=1} (-1)^(n+1)/a(n) = 11/2 - 10*sqrt(5)*log(phi) + 24*log(phi)^2, where phi is the golden ratio (A001622). (End)
MAPLE
[seq ((2*n+n^2)*(binomial(2*n, n))/2, n=0..29)];
MATHEMATICA
Table[(2n+n^2)Binomial[2*n, n]/2, {n, 0, 25}] (* Harvey P. Dale, Feb 20 2011 *)
CROSSREFS
Sequence in context: A125651 A043017 A003443 * A367119 A240916 A006292
KEYWORD
easy,nonn
AUTHOR
Zerinvary Lajos, May 31 2006
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 19 06:16 EDT 2024. Contains 371782 sequences. (Running on oeis4.)