A307407 Irregular table read by rows: rows list terms that map to the nodes in the graph of the "3x+1" (or Collatz) problem.
16, 4, 5, 1, 10, 2, 3, 40, 12, 13, 64, 20, 21, 88, 28, 29, 9, 58, 112, 36, 37, 136, 44, 45, 160, 52, 53, 17, 106, 34, 35, 11, 70, 22, 23, 7, 46, 14, 15, 184, 60, 61, 208, 68, 69, 232, 76, 77, 25, 154, 50, 51, 256, 84, 85, 280, 92, 93
Offset: 1
Examples
Table S(i, j) begins: i\j 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ---------------------------------------------------------------- 1: 16 4 5 1 10 2 3 2: 40 12 13 3: 64 20 21 4: 88 28 29 9 58 5: 112 36 37 6: 136 44 45 7: 160 52 53 17 106 34 35 11 70 22 23 7 46 14 15 8: 184 60 61
Links
- Georg Fischer, Perl program for the generation of related sequences.
- Manfred Trümper, The Collatz Problem in the Light of an Infinite Free Semigroup, Chinese Journal of Mathematics, Vol. 2014, Article ID 756917, 21 pages.
Programs
-
Perl
cf. link.
Comments