login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A112520 Expansion of 2/(3-sqrt(3-2*sqrt(1-4x))). 1

%I #5 Nov 28 2016 10:36:05

%S 1,1,1,3,6,21,54,195,573,2086,6646,24289,81540,299136,1040262,3832923,

%T 13660698,50572983,183450064,682447378,2507959846,9374078232,

%U 34791088014,130624080993,488542321116,1841890385196,6931198308924

%N Expansion of 2/(3-sqrt(3-2*sqrt(1-4x))).

%C Row sums of number triangle A112519.

%F a(n)=sum{k=0..n, sum{j=0..n, (k/n)(-1)^(j-k)C(2n-j-1, n-j)C(2j-k-1, j-k)}}.

%t CoefficientList[Series[2/(3-Sqrt[3-2*Sqrt[1-4x]]),{x,0,30}],x] (* _Harvey P. Dale_, Nov 28 2016 *)

%K easy,nonn

%O 0,4

%A _Paul Barry_, Sep 09 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 16 13:41 EDT 2024. Contains 371713 sequences. (Running on oeis4.)