OFFSET
1,5
COMMENTS
A093412 gives the corresponding numerators.
A109613(n+1) - 2 = 2*floor((n+1)/2) - 1 is the largest number in row n. [Corrected by Petros Hadjicostas, Oct 20 2019]
FORMULA
a(n, k) = (k+1)/gcd(2n+2, k+1).
EXAMPLE
Triangle a(n,k) (with rows n >= 1 and columns k >= 1) begins as follows:
1;
1, 1;
1, 3, 1;
1, 3, 2, 1;
1, 1, 1, 5, 1;
1, 3, 2, 5, 3, 1;
1, 3, 1, 5, 3, 7, 1;
1, 1, 2, 5, 1, 7, 4, 1;
1, 3, 1, 1, 3, 7, 2, 9, 1;
... - Petros Hadjicostas, Oct 20 2019
CROSSREFS
KEYWORD
AUTHOR
Amarnath Murthy, Mar 30 2004
EXTENSIONS
Edited and extended by David Wasserman, Feb 01 2006
STATUS
approved