cp's OEIS Frontend

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.

A104532 Expansion of (1+sqrt(1-4*x))/(6*sqrt(1-4*x)-4).

This page as a plain text file.
%I A104532 #16 Jan 30 2020 21:29:15
%S A104532 1,5,35,250,1795,12910,92910,668820,4815075,34667110,249598330,
%T A104532 1797091180,12938997710,93160575500,670755400700,4829436210600,
%U A104532 34771931021475,250357867996950,1802576519933250,12978550465880700,93445561587077850,672808036862840100,4844217840946181700
%N A104532 Expansion of (1+sqrt(1-4*x))/(6*sqrt(1-4*x)-4).
%C A104532 Apply the Riordan matrix ((1+sqrt(1-4x))/2,(1-sqrt(1-4x))/2) (inverse (1/(1-x),x(1-x))) to 6^n. In general, (1+sqrt(1-4x))(k*sqrt(1-4x)-(k-2)) results from applying the Riordan matrix ((1+sqrt(1-4x))/2,(1-sqrt(1-4x))/2) (inverse of (1/(1-x),x(1-x))) to k^n. We then have a(n)=0^n+sum{i=0..n, (k-1)^(i+1)*C(2n-1,n-i-1)2(i+1)/(n+i+1)}.
%H A104532 Vincenzo Librandi, <a href="/A104532/b104532.txt">Table of n, a(n) for n = 0..200</a>
%F A104532 a(n) = 0^n + sum{k=0..n, 5^(k+1)*C(2n-1, n-k-1)*2*(k+1)/(n+k+1)}.
%F A104532 D-finite with recurrence: 5*n*a(n) = 2*(28*n-15)*a(n-1) - 72*(2*n-3)*a(n-2). - _Vaclav Kotesovec_, Oct 17 2012
%F A104532 a(n) ~ 2^(2*n+1)*3^(2*n-1)/5^n. - _Vaclav Kotesovec_, Oct 17 2012
%t A104532 CoefficientList[Series[(1+Sqrt[1-4x])/(6Sqrt[1-4x]-4), {x,0,20}], x]  (* _Harvey P. Dale_, Apr 11 2011 *)
%o A104532 (PARI) x='x+O('x^66); Vec((1+sqrt(1-4*x))/(6*sqrt(1-4*x)-4)) \\ _Joerg Arndt_, May 13 2013
%Y A104532 Cf. A088218, A067336, A076025, 104530, 104531.
%K A104532 easy,nonn
%O A104532 0,2
%A A104532 _Paul Barry_, Mar 12 2005