OFFSET
1,2
COMMENTS
This is the transpose of the array at A182846. Every positive integer occurs exactly once, so that as a sequence, this is a permutation of the positive integers. [Sequence reference corrected by Peter Munn, Aug 27 2022]
LINKS
Clark Kimberling, Antidiagonals n=1..60, flattened
FORMULA
T(n,m) = Sum_{k=1...[n + m*n/r]} [1 - r + n*(r + m)/k], where r=sqrt(2) and [ ]=floor.
EXAMPLE
Northwest corner:
1 2 4 6 8 10 14 15 18
3 7 11 17 23 29 36 41 49
5 13 21 30 39 50 62 72 84
9 19 32 46 59 75 90 106 124
12 26 44 61 81 100 120 142 165
The numbers k*(r+h), approximately:
(for k=1): 1.414 2.414 3.414 ...
(for k=2): 2.828 4.828 6.828 ...
(for k=3): 4.242 7.242 10.242 ...
Replacing each by its rank gives
1 2 4
3 7 11
5 13 21
MATHEMATICA
CROSSREFS
KEYWORD
AUTHOR
Clark Kimberling, Oct 04 2017
STATUS
approved