[go: up one dir, main page]

login

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”).

Revision History for A212986 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Number of (w,x,y) with all terms in {0,...,n} and 2w = 3x+y.
(history; published version)
#13 by Hugo Pfoertner at Tue Feb 20 03:35:38 EST 2024
STATUS

reviewed

approved

#12 by Joerg Arndt at Tue Feb 20 02:42:20 EST 2024
STATUS

proposed

reviewed

#11 by Michel Marcus at Tue Feb 20 02:36:46 EST 2024
STATUS

editing

proposed

#10 by Michel Marcus at Tue Feb 20 02:36:42 EST 2024
LINKS

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

MATHEMATICA

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)]];

STATUS

approved

editing

#9 by Charles R Greathouse IV at Sat Jun 13 00:54:15 EDT 2015
LINKS

<a href="/index/Rec">Index to sequences with entries for linear recurrences with constant coefficients</a>, signature (1,1,0,-1,-1,1).

Discussion
Sat Jun 13
00:54
OEIS Server: https://oeis.org/edit/global/2439
#8 by Charles R Greathouse IV at Fri Jun 12 15:33:22 EDT 2015
LINKS

<a href="/index/Rec#recLCC">Index to sequences with linear recurrences with constant coefficients</a>, signature (1,1,0,-1,-1,1).

Discussion
Fri Jun 12
15:33
OEIS Server: https://oeis.org/edit/global/2437
#7 by Joerg Arndt at Sun Jun 17 13:26:16 EDT 2012
STATUS

editing

approved

#6 by Joerg Arndt at Sun Jun 17 13:26:11 EDT 2012
FORMULA

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).

STATUS

proposed

editing

#5 by Clark Kimberling at Sun Jun 17 12:19:47 EDT 2012
STATUS

editing

proposed

#4 by Clark Kimberling at Sun Jun 17 12:19:08 EDT 2012
NAME

Number of (w,x,y) with all terms in {0,...,n} and 2w = 3x+y.

FORMULA

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).