OFFSET
1,1
COMMENTS
For 1 <= k <= n-2, T(n, k) is the smallest multiple of k not already used. T(n, n-1) must be chosen so that T(n, 1)+...+T(n, n-1) is relatively prime to n. - David Wasserman, Mar 24 2005
EXAMPLE
2; 1,4; 3,8,6; 5,10,12,16; 7,14,9,24,25; ...
CROSSREFS
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Oct 05 2002
EXTENSIONS
More terms from David Wasserman, Mar 24 2005
STATUS
approved