reviewed
approved
Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
reviewed
approved
proposed
reviewed
editing
proposed
<a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (1,1,0,-1,-1,1).
t = Compile[{{n, _Integer}}, Module[{s = 0}, (Do[If[2 w == 3 x + y, s = s + 1], {w, 0, n}, {x, 0, n}, {y, 0, n}]; s)]];
(Do[If[2 w == 3 x + y, s = s + 1],
{w, 0, n}, {x, 0, n}, {y, 0, n}]; s)]];
approved
editing
<a href="/index/Rec">Index to sequences with entries for linear recurrences with constant coefficients</a>, signature (1,1,0,-1,-1,1).
<a href="/index/Rec#recLCC">Index to sequences with linear recurrences with constant coefficients</a>, signature (1,1,0,-1,-1,1).
editing
approved
G.f.: f(x)/g(x), where f(x) = 1 + x^2 + x^3 and g(x) = (1 + 2*x + 2*x^2 + x^3)*((1-x)^3).
and g(x) = (1 + 2*x + 2*x^2 + x^3)((1-x)^3).
proposed
editing
editing
proposed
Number of (w,x,y) with all terms in {0,...,n} and 2w = 3x+y.
a(n) = a(n-1)+a(n-2)-a(n-4)-a(n-5)+a(n-6).
G.f.: f(x)/g(x), where f(x) = 1 + x^2 + x^3
and g(x) = (1 + 2*x + 2*x^2 + x^3)((1-x)^3).