%I #2 Mar 30 2012 18:57:10
%S 1,3,1,5,2,1,17,3,2,1,29,5,3,2,1,99,10,4,3,2,1,169,17,5,4,3,2,1
%N Rectangular array T(n,k) read by antidiagonals. Row n consists of numbers k for which {k*sqrt(2)}<n/k, where { } denotes fractional part.
%C Each row is a subsequence of every row after it.
%e Northwest corner:
%e 1 3 5 17 29 99
%e 1 2 3 5 10 17
%e 1 2 3 4 5 6
%Y Cf. A134032.
%K nonn,tabl
%O 1,2
%A _Clark Kimberling_, Oct 02 2007