OFFSET
1,2
COMMENTS
Starting with an odd number x = A135765(row,col), the result after one combined Collatz step (3x+1)/2 is found in A254051(row+1,col), and after iterated [i.e., we divide all powers of 2 out] Collatz step: x_new <- A139391(x) = A000265(3x+1) the resulting odd number x_new is located at the first row of array A135764 as x_new = A135764(1,A254055(row+1,col)) and it is given here as A(row+1,col) = A000265(A254051(row+1,col)).
LINKS
FORMULA
EXAMPLE
The top left corner of the array:
1, 3, 1, 3, 7, 9, 5, 3, 13, 15, 1, ...
1, 1, 11, 17, 5, 13, 29, 35, 19, 11, 47, ...
5, 23, 1, 25, 59, 77, 43, 13, 113, 131, 35, ...
7, 17, 95, 149, 11, 115, 257, 311, 169, 49, 419, ...
41, 203, 71, 223, 527, 689, 385, 233, 1013, 1175, 157, ...
61, 19, 851, 1337, 395, 1033, 2309, 2795, 1519, 881, 3767, ...
365, 1823, 319, 2005, 4739, 6197, 3463, 131, 9113, 10571, 2825, ...
547, 1367, 7655, 12029, 1777, 9295, 20777, 25151, 13669, 991, 33899, ...
etc.
PROG
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Antti Karttunen, Jan 28 2015
STATUS
approved