A232870 Numbers that are the largest value in the Collatz (3x+1) trajectories of exactly three initial values.
40, 64, 100, 112, 136, 148, 184, 208, 244, 256, 280, 352, 400, 424, 472, 532, 544, 616, 640, 688, 712, 724, 784, 820, 832, 868, 904, 928, 964, 976, 1048, 1072, 1108, 1120, 1156, 1192, 1216, 1264, 1300, 1360, 1396, 1408, 1432, 1480, 1540, 1576, 1588, 1624, 1684
Offset: 1
Keywords
Examples
40 is in the sequence because it is the largest value in the 3x + 1 trajectories of exactly three initial values: 13, 26, and 40 itself. The trajectories are as follows: ..... 13 -> 40 -> 20 -> 10 -> 5 -> 16 -> 8 -> 4 -> 2 -> 1 26 -> 13 -> 40 -> 20 -> 10 -> 5 -> 16 -> 8 -> 4 -> 2 -> 1 ........... 40 -> 20 -> 10 -> 5 -> 16 -> 8 -> 4 -> 2 -> 1
Links
- Jon E. Schoenfield, Table of n, a(n) for n = 1..10000
Comments