login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A101496 Expansion of (1-x^2)/(1-x-x^2+x^3+x^4). 0
1, 1, 1, 1, 0, -1, -3, -5, -7, -8, -7, -3, 5, 17, 32, 47, 57, 55, 33, -16, -95, -199, -311, -399, -416, -305, -11, 499, 1209, 2024, 2745, 3061, 2573, 865, -2368, -7137, -12943, -18577, -22015, -20512, -11007, 9073, 40593, 81185, 123712, 155231, 157165, 107499, -14279, -219176 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,7

COMMENTS

Results from applying a Chebyshev transform after an inverse Catalan transform to 1/(1-x). The inverse Catalan transform maps g(x)->g(x(1-x)) while the Chebyshev transform maps h(x)->(1/(1+x^2))h(x/(1+x^2)).

LINKS

Table of n, a(n) for n=0..49.

FORMULA

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

MATHEMATICA

CoefficientList[Series[(1-x^2)/(1-x-x^2+x^3+x^4), {x, 0, 50}], x] (* or *) LinearRecurrence[{1, 1, -1, -1}, {1, 1, 1, 1}, 50] (* Harvey P. Dale, Jun 05 2012 *)

CROSSREFS

Sequence in context: A142340 A185168 A131979 * A218490 A161696 A196084

Adjacent sequences:  A101493 A101494 A101495 * A101497 A101498 A101499

KEYWORD

easy,sign

AUTHOR

Paul Barry, Dec 04 2004

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 21 03:53 EDT 2013. Contains 225474 sequences.