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 A099976 #35 Jul 12 2024 05:32:39 %S A099976 2,20,252,3432,48620,705432,10400600,155117520,2333606220,35345263800, %T A099976 538257874440,8233430727600,126410606437752,1946939425648112, %U A099976 30067266499541040,465428353255261088,7219428434016265740 %N A099976 Bisection of A000984. %H A099976 Vincenzo Librandi, <a href="/A099976/b099976.txt">Table of n, a(n) for n = 0..100</a> %F A099976 a(n) = binomial(4n+2, 2n+1). - _Emeric Deutsch_, Dec 20 2004 %F A099976 G.f.: 2*sqrt(2)/sqrt(1-16*x)/sqrt(1+sqrt(1-16*x)) = 2 + 60*x/(G(0)-30*x) where G(k)= 2*x*(4*k+3)*(4*k+5) + (2*k+3)*(k+1)- 2*x*(k+1)*(2*k+3)*(4*k+7)*(4*k+9)/G(k+1); (continued fraction, Euler's 1st kind, 1-step). - _Sergei N. Gladkovskii_, Jul 14 2012 %F A099976 G.f. A(x) satisfies A(x^2) = F'(x)/F(x), where F(x) = C(x)/C(-x) and C(x) = (1 - sqrt(1 - 4*x))/(2*x) is the g.f. of the Catalan numbers A000108. - _Peter Bala_, May 15 2023 %F A099976 From _R. J. Mathar_, Jul 11 2024: (Start) %F A099976 D-finite with recurrence n*(2*n+1)*a(n) -2*(4*n-1)*(4*n+1)*a(n-1)=0. %F A099976 a(n) = 2*A002458(n). %F A099976 G.f.: 2* 2F1(3/4,5/4; 3/2 ; 16*x). %F A099976 Conjecture: A000265(a(n)) = A063079(n+1), odd part of a(n). (End) %F A099976 a(n) / (2*n+2) = A024492(n). - _R. J. Mathar_, Jul 12 2024 %p A099976 seq(binomial(4*n+2,2*n+1),n=0..20); # _Emeric Deutsch_, Dec 20 2004 %t A099976 Array[Binomial[4*# + 2, 2*# + 1] &, 20, 0] (* _Paolo Xausa_, Jul 11 2024 *) %o A099976 (Magma) [Binomial(4*n+2, 2*n+1): n in [0..20]]; // _Vincenzo Librandi_, May 22 2011 %Y A099976 Cf. A000108, A000265, A000984, A001448, A002458, A063079. %K A099976 nonn,easy %O A099976 0,1 %A A099976 _N. J. A. Sloane_, Nov 19 2004 %E A099976 More terms from _Emeric Deutsch_, Dec 20 2004