login
A143974
Rectangular array R by antidiagonals: label each unit square in the first quadrant lattice by its northeast vertex (x,y) and mark those having x+y=1(mod 3); then R(m,n) is the number of marked unit squares in the rectangle [0,m]x[0,n].
6
0, 0, 0, 1, 1, 1, 1, 2, 2, 1, 1, 2, 3, 2, 1, 2, 3, 4, 4, 3, 2, 2, 4, 5, 5, 5, 4, 2, 2, 4, 6, 6, 6, 6, 4, 2, 3, 5, 7, 8, 8, 8, 7, 5, 3, 3, 6, 8, 9, 10, 10, 9, 8, 6, 3, 3, 6, 9, 10, 11, 12, 11, 10, 9, 6, 3, 4, 7, 10, 12, 13, 14, 14, 13, 12, 10, 7, 4, 4, 8, 11, 13, 15, 16, 16, 16, 15, 13, 11, 8, 4, 4, 8
OFFSET
1,8
COMMENTS
FORMULA
R(m,n)=floor(mn/3).
EXAMPLE
Northwest corner:
0 0 1 1 1 2
0 1 2 2 3 4
1 2 3 4 5 6
1 2 4 5 6 8
1 3 5 6 8 10
R(3,4) counts these marked squares: (1,3), (2,2), (3,1), (3,4).
CROSSREFS
Sequence in context: A275420 A344961 A343853 * A301565 A237265 A035463
KEYWORD
nonn,tabl
AUTHOR
Clark Kimberling, Sep 06 2008
STATUS
approved