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

%I #10 Feb 21 2016 12:16:05

%S 1,0,0,0,-1,3,-6,10,-14,15,-7,-20,80,-188,351,-549,702,-622,-42,1839,

%T -5471,11560,-20064,29144,-33329,21059,27730,-142182,355626,-689121,

%U 1114937,-1490892,1461360,-337220,-2996465,10030587,-22226506,39921442,-60118930,72788383,-55703295,-31057776

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

%C Binomial transform is A099530.

%H Harvey P. Dale, <a href="/A099531/b099531.txt">Table of n, a(n) for n = 0..1000</a>

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

%F 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}}.

%t 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 *)

%Y Cf. A099529.

%K easy,sign

%O 0,6

%A _Paul Barry_, Oct 20 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 25 09:56 EDT 2024. Contains 371967 sequences. (Running on oeis4.)