The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A099531 Expansion of (1+x)^3/((1+x)^3+x^4). 3
1, 0, 0, 0, -1, 3, -6, 10, -14, 15, -7, -20, 80, -188, 351, -549, 702, -622, -42, 1839, -5471, 11560, -20064, 29144, -33329, 21059, 27730, -142182, 355626, -689121, 1114937, -1490892, 1461360, -337220, -2996465, 10030587, -22226506, 39921442, -60118930, 72788383, -55703295, -31057776 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
COMMENTS
Binomial transform is A099530.
LINKS
FORMULA
a(n)=-3a(n-1)-3a(n-2)-a(n-3)-a(n-4); a(n)=sum{j=0..n, sum{k=0..floor(j/4), C(n, j)(-1)^(n-j)C(j-3k, k)(-1)^k}}.
MATHEMATICA
CoefficientList[Series[(1+x)^3/((1+x)^3+x^4), {x, 0, 50}], x] (* or *) LinearRecurrence[{-3, -3, -1, -1}, {1, 0, 0, 0}, 50] (* Harvey P. Dale, Feb 21 2016 *)
CROSSREFS
Cf. A099529.
Sequence in context: A280774 A083505 A099588 * A070745 A134535 A078060
KEYWORD
easy,sign
AUTHOR
Paul Barry, Oct 20 2004
STATUS
approved

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 May 24 22:09 EDT 2024. Contains 372782 sequences. (Running on oeis4.)