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

%I #6 Jun 13 2015 00:51:33

%S 1,0,1,2,-1,0,3,-4,-3,8,-7,-10,23,-8,-33,56,1,-104,121,58,-297,232,

%T 291,-780,349,1072,-1903,174,3407,-4272,-1505,9840,-8543,-8752,26321,

%U -13902,-33777,65456,-11805,-110356,150173,35192,-325303,310054,257319,-885496,537919,1054888,-2240927

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

%C A Chebyshev transform of A052907, which has g.f. 1/(1-2x^2-2x^3). The image of G(x) under the Chebyshev transform is (1/(1+x^2))G(x/(1+x^2)).

%H <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (0,-1,2,-1,0,-1).

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

%K easy,sign

%O 0,4

%A _Paul Barry_, Oct 19 2004

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 23 10:13 EDT 2024. Contains 371905 sequences. (Running on oeis4.)