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!)
A111964 Expansion of 1/(sqrt(1+4x^2)+x(1-x)). 1

%I #6 May 27 2012 12:24:15

%S 1,-1,0,1,1,-4,-1,11,2,-35,-1,112,-9,-369,66,1237,-327,-4212,1433,

%T 14527,-5926,-50659,23749,178356,-93427,-633225,363342,2264885,

%U -1402803,-8154564,5390861,29534183,-20655948,-107538835,79005679,393462584,-301884895,-1445937945,1153012596,5335046209

%N Expansion of 1/(sqrt(1+4x^2)+x(1-x)).

%C Diagonal sums of number triangle A111963.

%F a(n)=sum{k=0..floor(n/2), sum{i=0..floor((n-k)/2), C(2i+2k-n-1, k)C(2i+k-n-1)(-1)^(n-k)*4^i}}

%t CoefficientList[Series[1/(Sqrt[1+4x^2]+x(1-x)),{x,0,40}],x] (* _Harvey P. Dale_, May 27 2012 *)

%K easy,sign

%O 0,6

%A _Paul Barry_, Aug 23 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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)