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

%I #6 Jan 30 2020 21:29:15

%S 1,1,4,9,27,74,215,619,1808,5293,15579,45986,136141,403937,1200854,

%T 3575835,10663105,31836508,95156251,284684303,852427700,2554346249,

%U 7659427811,22981483554,68992151795,207223579671,622697586944

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

%C Diagonal sums of A111960.

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

%F D-finite with recurrence: n*a(n) +(-4*n+3)*a(n-1) +(-2*n+3)*a(n-2) +3*(4*n-9)*a(n-3) +(8*n-27)*a(n-4) +(2*n-3)*a(n-5) +3*(n-3)*a(n-6)=0. - _R. J. Mathar_, Jan 24 2020

%K easy,nonn

%O 0,3

%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 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)