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 A115970 #22 Sep 08 2022 08:45:24 %S A115970 1,8,72,656,5992,54768,500688,4577568,41851560,382641200,3498428272, %T A115970 31985610720,292439802256,2673735097184,24445577182368, %U A115970 223502416896576,2043450657688872,18682977401318064,170815793235313968 %N A115970 Expansion of 1/(4*sqrt(1-4*x) - 3). %C A115970 The g.f. is A(x)^2/(2*A(x)-A(x)^2) where A(x) is the g.f. of A076035. %C A115970 The Hankel transform of this sequence is 8^n = [1, 8, 64, 512, 4096, ...]; the Hankel transform of the aerated sequence with g.f. 1/(1-8*x^2*c(x^2)) is also 8^n. - _Philippe Deléham_, Feb 13 2007 %H A115970 Vincenzo Librandi, <a href="/A115970/b115970.txt">Table of n, a(n) for n = 0..200</a> %F A115970 G.f.: 1/(1-8*x*c(x)), where c(x) is the g.f. of A000108. %F A115970 a(n) = Sum_{k=0..n} A106566(n, k)*8^k. %F A115970 From _Philippe Deléham_, Feb 13 2007: (Start) %F A115970 a(n) = (64*a(n-1) - 8*A000108(n-1))/7. %F A115970 a(n) = Sum_{k=0..n} A039599(n,k)*7^k. %F A115970 a(n) = Sum_{k=0..n} A106566(n,k)*8^k. (End) %F A115970 D-finite with recurrence: 7*n*a(n) = 2*(46*n-21)*a(n-1) - 128*(2*n-3)*a(n-2). - _Vaclav Kotesovec_, Oct 19 2012 %F A115970 a(n) ~ 3*2^(6*n+1)/7^(n+1). - _Vaclav Kotesovec_, Oct 19 2012 %t A115970 CoefficientList[Series[1/(4*Sqrt[1-4*x]-3), {x, 0, 20}], x] (* _Vaclav Kotesovec_, Oct 19 2012 *) %o A115970 (PARI) my(x='x+O('x^20)); Vec(1/(4*sqrt(1-4*x)-3)) \\ _G. C. Greubel_, May 05 2019 %o A115970 (Magma) R<x>:=PowerSeriesRing(Rationals(), 20); Coefficients(R!( 1/(4*Sqrt(1-4*x)-3) )); // _G. C. Greubel_, May 05 2019 %o A115970 (Sage) (1/(4*sqrt(1-4*x)-3)).series(x, 20).coefficients(x, sparse=False) # _G. C. Greubel_, May 05 2019 %K A115970 easy,nonn %O A115970 0,2 %A A115970 _Paul Barry_, Feb 03 2006