HuzQuestion about pattern generation.
In chains of length 17 or more, there must be numbers that are multiples of 17 and 19.
However, pcoul generates patterns without 17 and 19. For example:
Код:
Batch id,v_0,v_1,v_2,v_3,v_4,v_5,v_6,v_7,v_8,v_9,v_10,v_11,v_12,v_13,v_14,v_15,v_16,v_17,v_18,v_19,v_20,v_21,v_22,LCM,t 48,t 12,t 3,t 24,t 6,t 8,t 2,t 4,t 16,t 1
1,3^11.11,2.5^2,7^2,2^2.3,1,2,3.5.13,2^11,1,2.3^2.7,1,2^2.5.11,3,2,1,2^3.3,5.7,2,3^2,2^2.13,1,2.3.5,11,63552974284800,5,1,0,5,3,3,1,3,2,0
On the other hand, patterns with 17 and 19 appear later. For example:
Код:
...
8,3^11.17,2.5^2,7^2,2^2.3.11,1,2,3.5.13,2^11,1,2.3^2.7,1,2^2.5,3,2,11,2^3.3,5.7,2.17,3^2,2^2.13,1,2.3.5,1,1080400562841600,5,2,0,4,3,3,1,3,2,0
...
63,3^11,2.5^2.17.19,7,2^2.3.11,1,2,3.5,2^11.13,1,2.3^2.7,1,2^2.5,3,2,11,2^3.3,5.7,2,3^2.17,2^2,13.19,2.3.5,1,2932515813427200,4,3,0,6,2,2,2,3,1,0
Is there a error here?
Or I don't understand how pattern generation works in pcoul
