cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A119580 a(n) = (n^2+n^3)*binomial(2*n,n).

This page as a plain text file.
%I A119580 #15 Aug 28 2022 08:29:13
%S A119580 0,4,72,720,5600,37800,232848,1345344,7413120,39382200,203231600,
%T A119580 1024287264,5062180032,24607819600,117942804000,558423072000,
%U A119580 2615901857280,12139419556440,55866532906800,255192804636000,1157910842088000,5222177897816880,23422829664131040
%N A119580 a(n) = (n^2+n^3)*binomial(2*n,n).
%F A119580 From _Amiram Eldar_, Aug 28 2022: (Start)
%F A119580 a(n) = (n*(n+1))^2*A000108(n).
%F A119580 Sum_{n>=1} 1/a(n) = Pi/sqrt(3) - Pi^2/18 - 1.
%F A119580 Sum_{n>=1} (-1)^(n+1)/a(n) = 6*log(phi)^2 - 2*sqrt(5)*log(phi) + 1, where phi is the golden ratio (A001622). (End)
%F A119580 a(n) = A000984(n)*A011379(n). - _Michel Marcus_, Aug 28 2022
%p A119580 [seq ((n^2+n^3)*(binomial(2*n,n)),n=0..29)];
%t A119580 Table[(n^2 + n^3) * Binomial[2 n, n], {n, 0, 30}] (* _Wesley Ivan Hurt_, Feb 26 2014 *)
%Y A119580 Cf. A000108, A000984, A001622, A011379.
%K A119580 easy,nonn
%O A119580 0,2
%A A119580 _Zerinvary Lajos_, May 31 2006