OFFSET
1,4
COMMENTS
T(m,n) = number of solutions (h,k) of n=m+hk, where h>=0, k>=0. Except for initial terms every row (and column) is A000005.
EXAMPLE
Northwest corner:
1 1 2 2 3 2 4
1 1 1 2 2 3 2
2 1 1 1 2 2 3
2 2 1 1 1 2 2
3 2 2 1 1 1 2
T(8,2) counts these 4 arithmetic progressions:
2,3,4,5,6,7,8; 2,4,6,8; 2,5,8; and 2,8.
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Clark Kimberling, Sep 01 2008
STATUS
approved
