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!)
A119582 a(n) = (n^2+n^3)*(binomial(2*n,n))/2. 0
0, 2, 36, 360, 2800, 18900, 116424, 672672, 3706560, 19691100, 101615800, 512143632, 2531090016, 12303909800, 58971402000, 279211536000, 1307950928640, 6069709778220, 27933266453400, 127596402318000, 578955421044000, 2611088948908440, 11711414832065520, 52265818258804800 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From Amiram Eldar, Sep 04 2022: (Start)
a(n) = A011379(n)*A000984(n)/2.
Sum_{n>=1} 1/a(n) = 2*Pi/sqrt(3) - Pi^2/9 - 2.
Sum_{n>=1} (-1)^(n+1)/a(n) = 2 - 4*sqrt(5)*log(phi) + 12*log(phi)^2, where phi is the golden ratio (A001622). (End)
MAPLE
[seq ((n^2+n^3)*(binomial(2*n, n))/2, n=0..29)];
MATHEMATICA
a[n_] := (n^2 + n^3) * Binomial[2*n, n]/2; Array[a, 30, 0] (* Amiram Eldar, Sep 04 2022 *)
CROSSREFS
Sequence in context: A035603 A126735 A229679 * A157055 A057407 A286266
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 July 15 16:36 EDT 2024. Contains 374333 sequences. (Running on oeis4.)