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.
%I A002299 #61 Mar 22 2024 17:48:00 %S A002299 1,21,126,462,1287,3003,6188,11628,20349,33649,53130,80730,118755, %T A002299 169911,237336,324632,435897,575757,749398,962598,1221759,1533939, %U A002299 1906884,2349060,2869685,3478761,4187106,5006386,5949147,7028847,8259888,9657648,11238513 %N A002299 Binomial coefficients C(2*n+5,5). %C A002299 Number of standard tableaux of shape (2n+1,1^5). - _Emeric Deutsch_, May 30 2004 %H A002299 G. C. Greubel, <a href="/A002299/b002299.txt">Table of n, a(n) for n = 0..5000</a> (terms 0..200 from Vincenzo Librandi) %H A002299 Milan Janjic, <a href="http://www.pmfbl.org/janjic/">Two Enumerative Functions</a>. %H A002299 J. M. Landsberg and L. Manivel, <a href="https://doi.org/10.1016/j.aim.2005.02.001">The sextonions and E7 1/2</a>, Adv. Math., Vol. 201, No. 1 (2006), pp. 143-179. [Th. 7.2(i), case a=1] %H A002299 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (6,-15,20,-15,6,-1). %F A002299 a(n) = A000389(2*n+5). %F A002299 G.f.: (1+15*x+15*x^2+x^3)/(1-x)^6 = (1+x)*(x^2+14*x+1)/(1-x)^6. %F A002299 E.g.f.: (30 + 600*x + 1275*x^2 + 730*x^3 + 140*x^4 + 8*x^5)*exp(x)/30. - _G. C. Greubel_, Nov 23 2017 %F A002299 Sum_{n>=0} (-1)^n/a(n) = 5*(10/3 - Pi). - _Matthieu Pluntz_, Oct 08 2019 %F A002299 Sum_{n>=0} 1/a(n) = 40*log(2) - 80/3. - _Amiram Eldar_, Jan 03 2022 %F A002299 From _Peter Bala_, Sep 03 2023: (Start) %F A002299 a(n) = Sum_{0 <= i <= j <= n} (j+1)*(2*i+1)^2. %F A002299 a(n) = (n+2)*(2*n+5)/(n*(2*n-1))*a(n-1) with a(0) := 1. (End) %F A002299 a(n) = 2*A225007(n) - A006324(n+1). - _Yasser Arath Chavez Reyes_, Feb 27 2024 %t A002299 Table[Binomial[2*n + 5, 5], {n, 0, 50}] (* _G. C. Greubel_, Nov 23 2017 *) %o A002299 (Magma) [Binomial(2*n+5,5): n in [0..30]]; // _Vincenzo Librandi_, Oct 07 2011 %o A002299 (PARI) a(n)=n*(8*n^4+60*n^3+170*n^2+225*n+137)/30+1 \\ _Charles R Greathouse IV_, Apr 18 2012 %Y A002299 Cf. A000389, A053127. %K A002299 nonn,easy %O A002299 0,2 %A A002299 _N. J. A. Sloane_, Eric Lane