OFFSET
1,1
COMMENTS
Permutation of natural numbers larger than 1.
See comments in A246278 (the same array transposed).
FORMULA
If col = 1, A(row,col) = 2*row, otherwise A(row,col) = A003961(A(row,col-1)).
EXAMPLE
The top-left corner of the array:
2, 3, 5, 7, 11, 13, 17, 19, 23, ...
4, 9, 25, 49, 121, 169, 289, 361, 529, ...
6, 15, 35, 77, 143, 221, 323, 437, 667, ...
8, 27, 125, 343, 1331, 2197, 4913, 6859, 12167, ...
10, 21, 55, 91, 187, 247, 391, 551, 713, ...
12, 45, 175, 539, 1573, 2873, 5491, 8303, 15341, ......
PROG
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Antti Karttunen, Aug 21 2014
STATUS
approved