A106448 Table of (x+y)/gcd(x,y) where (x,y) runs through the pairs (1,1), (1,2), (2,1), (1,3), (2,2), (3,1), ...
2, 3, 3, 4, 2, 4, 5, 5, 5, 5, 6, 3, 2, 3, 6, 7, 7, 7, 7, 7, 7, 8, 4, 8, 2, 8, 4, 8, 9, 9, 3, 9, 9, 3, 9, 9, 10, 5, 10, 5, 2, 5, 10, 5, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 12, 6, 4, 3, 12, 2, 12, 3, 4, 6, 12, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 14, 7, 14, 7, 14, 7, 2, 7, 14, 7, 14, 7, 14
Offset: 1
Examples
The top left corner of the square array is: 2 3 4 5 6 7 8 9 10 11 ... 3 2 5 3 7 4 9 5 11 ... 4 5 2 7 8 3 10 11 ... 5 3 7 2 9 5 11 ... 6 7 8 9 2 11 ... 7 4 3 5 11 ... 8 9 10 11 ... 9 5 11 ... 10 11 ... 11 ...
Crossrefs
Formula
T(n, k) = numerator((n+k)/n) = numerator((n+k)/k). - Michel Marcus, Dec 29 2013
Comments