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 A007744 #43 Apr 24 2025 02:14:05 %S A007744 1,20,210,1680,11550,72072,420420,2333760,12471030,64664600,327202876, %T A007744 1622493600,7909656300,38003792400,180324117000,846321189120, %U A007744 3934071152550,18132120329400,82937661506700 %N A007744 Expansion of (1+6*x)/(1-4*x)^(7/2). %C A007744 Fourth column in A104684. - _Paul Barry_, May 02 2005 %C A007744 Diagonal of the rational function 1 / (1 - x - y)^4. - _Ilya Gutkovskiy_, Apr 23 2025 %H A007744 Vincenzo Librandi, <a href="/A007744/b007744.txt">Table of n, a(n) for n = 0..100</a> %H A007744 Ömür Deveci and Anthony G. Shannon, <a href="https://doi.org/10.20948/mathmontis-2021-50-4">Some aspects of Neyman triangles and Delannoy arrays</a>, Mathematica Montisnigri (2021) Vol. L, 36-43. %H A007744 A. Petojevic and N. Dapic, <a href="http://www.mi.sanu.ac.rs/~gvm/radovi/AP-Budva.pdf">The vAm(a,b,c;z) function</a>, Preprint 2013. %H A007744 G. Thimm, <a href="/A007741/a007741.pdf">Emails to N. J. A. Sloane, Sep. 1994</a> %F A007744 a(n) = binomial(2n+3, n) * binomial(n+3, 3). - _Paul Barry_, May 02 2005 %F A007744 G.f.: G(0) where G(k) = 1 + 4*x*(k+1)*(4*k+5)/((2*k+1)^2 - x*(2*k+1)^2*(2*k+3)*(4*k+7)/(x*(2*k+3)*(4*k+7) + 2*(k+1)^2/G(k+1))); (continued fraction). - Sergei N. Gladkovskii, Jul 12 2012 %F A007744 D-finite with recurrence: n*a(n) + 2*(n-11)*a(n-1) + 12*(-2*n-1)*a(n-2) = 0. - _R. J. Mathar_, Nov 24 2012 %t A007744 Array[Binomial[2 # + 3, #]*Binomial[# + 3, 3] &, 19, 0] (* _Michael De Vlieger_, Aug 18 2021 *) %o A007744 (Magma) [Binomial(2*n+3, n)*Binomial(n+3, 3): n in [0..20]]; // _Vincenzo Librandi_, Aug 20 2011 %K A007744 nonn %O A007744 0,2 %A A007744 _N. J. A. Sloane_