A082018 First column of square array T(n,k) with T(1,1) = 1 where antidiagonals are filled alternating upwards and downwards with the smallest number not already used such that the n-th antidiagonal sum is a multiple of n.
1, 4, 3, 13, 10, 21, 22, 40, 36, 64, 55, 81, 78, 115, 105, 138, 136, 182, 171, 211, 210, 265, 253, 300, 301, 364, 351, 433, 406, 477, 465, 556, 528, 606, 595, 695, 666, 751, 741, 850, 820, 912, 903, 1021, 990, 1089, 1081, 1208, 1176, 1282, 1275, 1411, 1378
Offset: 1
Keywords
Examples
T(n,k) begins: 1, 2, 7, 6, 18, 15, ... 4, 5, 8, 14, 16, 27, ... 3, 9, 12, 17, 26, 31, ... 13, 11, 19, 25, 32, 42, ... 10, 20, 24, 33, 41, 50, ... 21, 23, 34, 39, 51, 60, ...
Extensions
Edited and more terms from Alois P. Heinz, Oct 26 2011
Comments