proposed
approved
proposed
approved
editing
proposed
1, 1, 1, 1, 1, 1, ...
1, 2, 3, 2, 3, 2, ...
1, 3, 4, 5, 3, 4, ...
1, 4, 7, 4, 7, 4, ...
1, 5, 6, 13, 5, 6, ...
1, 6, 17, 6, 17, 6, ...
...
...
proposed
editing
editing
proposed
1, 1, 1, 1, 2, 1, 1, 3, 3, 1, 1, 2, 4, 4, 1, 1, 3, 5, 7, 5, 1, 1, 2, 3, 4, 6, 6, 1, 1, 3, 4, 7, 13, 17, 7, 1, 1, 2, 5, 4, 5, 6, 8, 8, 1, 1, 3, 3, 7, 6, 17, 13, 15, 9, 1, 1, 2, 4, 4, 13, 6, 7, 14, 13, 10, 1, 1, 3, 5, 7, 5, 17, 8, 17, 9, 23, 11, 1
a(m,n):
Array begins:
a(m,1): , 1, 1, 1, 1, 1, ...
a(m,2): 1, 2, 3, 2, 3, 4, 5, 2, ...
a(m,3): 1, 3, 4, 5, 3, 4, 7, 6, ...
1, 4, 7, 4, 7, 4, ...
a(m,4): 1, 2, 5, 4, 6, 13, 5, 6, ...
a(m,5): 1, 3, 3, 7, 5, ...
1, 6, 17, 6, 17, 6, ...
...
(PARI) A(m, n) = if(n==1, 1, my(k, t=A(m, n-1)); for(c=1, m, until(gcd(k, t)==1, k++)); k); \\ Jinyuan Wang, Aug 10 2021
More terms from Jinyuan Wang, Aug 10 2021
proposed
editing
editing
proposed
Array read by antidiagonals: aA(m,1) = 1 for all positive integers m. aA(m,n) = the m-th integer from among those positive integers which are coprime to aA(m,n-1).
Many, if not all, sequences {aA(m,n)}, for fixed m, are periodic after some point. aA(m,n) = aA(m,n+A132423(n)) for all n > some integer.
For example, the positive integers which are coprime to aA(4,2)=4 are 1, 3, 5, 7, 9, ... The 4th of these integers is 7. So aA(4,3) = 7.
more,nonn,tabl
approved
editing
proposed
approved
editing
proposed
Array read by anti-diagonalsantidiagonals: a(m,1) = 1, for all positive integers m. a(m,n) = the m-th integer from among those positive integers which are coprime to a(m,n-1).
a(m,1): 1, 1, 1, 1, 1, ...
a(m,2): 1, 2, 3, 4, 5, ...
a(m,3): 1, 3, 4, 7, 6, ...
a(m,4): 1, 2, 5, 4, 13, ...
a(m,5): 1, 3, 3, 7, 5, ...
For example, the positive integers which are coprime to a(4,2)=4 are 1, 3, 5, 7, 9, ... The 4th of these integers is 7. So a(4,3) = 7.
approved
editing