A074135 Triangle read by rows: for 1 <= k < n, a(n, k) is the least positive integer not already used. a(n, n) is the least positive integer not already used that makes the row sum a multiple of n.
1, 2, 4, 3, 5, 7, 6, 8, 9, 13, 10, 11, 12, 14, 18, 15, 16, 17, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 40, 36, 37, 38, 39, 41, 42, 43, 44, 49, 45, 46, 47, 48, 50, 51, 52, 53, 54, 64, 55, 56, 57, 58, 59, 60, 61, 62, 63, 65, 75, 66, 67, 68, 69, 70, 71
Offset: 1
Extensions
Edited and extended by David Wasserman, Oct 31 2006
Further edited by N. J. A. Sloane Jan 17 2009 at the suggestion of R. J. Mathar
Comments