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 A113179 #13 Aug 19 2022 04:20:06 %S A113179 1,2,4,12,40,128,408,1328,4384,14560,48576,162816,547936,1850048, %T A113179 6263680,21257856,72298240,246345728,840775424,2873802240,9835840512, %U A113179 33704557568,115622041600,397032488960,1364610270720,4694145256448 %N A113179 Expansion of 1/sqrt((1-2x)^2-8x^3). %C A113179 In general, 1/sqrt((1-a*x)^2-4*b*x^3) expands to sum{k=0..floor(n/2), C(n-k,k)C(n-2k,k)b^k*a^(n-3k)}. %H A113179 Michael De Vlieger, <a href="/A113179/b113179.txt">Table of n, a(n) for n = 0..1837</a> %H A113179 Hacène Belbachir, Abdelghani Mehdaoui, László Szalay, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL22/Szalay/szalay42.html">Diagonal Sums in the Pascal Pyramid, II: Applications</a>, J. Int. Seq., Vol. 22 (2019), Article 19.3.5. %F A113179 a(n)=sum{k=0..floor(n/2), C(n-k, k)C(n-2k, k)2^(n-2k)}. %F A113179 D-finite with recurrence: n*a(n) +2*(-2*n+1)*a(n-1) +4*(n-1)*a(n-2) +4*(-2*n+3)*a(n-3)=0. [Belbachir] %t A113179 CoefficientList[Series[1/Sqrt[(1-2x)^2-8x^3],{x,0,30}],x] (* _Harvey P. Dale_, Dec 23 2017 *) %Y A113179 Cf. A098479. %K A113179 easy,nonn %O A113179 0,2 %A A113179 _Paul Barry_, Oct 16 2005