I made a small bit of progress,
You will need some time to digest this, it will make your head spin.
Remember that adding an 18th column to the 340 increases untranposed period 5 bigrams to 35 from 30? It seems related to the transposed bigram bump from period 68 to 78 (especially with assumed cycle "2z"):
- Code: Select all
340:
Period 5: 19, 30
----------------------------------
Period 68: 30, 19
Period 69: 31, 21
Period 70: 31, 23
Period 71: 31, 15
Period 72: 30, 17
Period 73: 30, 21
Period 74: 29, 30
Period 75: 29, 22
Period 76: 30, 20
Period 77: 31, 18
Period 78: 31, 19
To understand it better, note that a period 4 transposition equals a period 85 untransposition, and a period 5 transposition equals a period 68 untransposition. After applying period 4 transposition to a 340 character capped version of the 408 transposed bigrams spread out from period 79 to 92:
- Code: Select all
408 (340 chars):
Period 79: 31, 19
Period 80: 31, 16
Period 81: 36, 16
Period 82: 39, 19
Period 83: 43, 18
Period 84: 43, 19
Period 85: 46, 21
Period 86: 47, 20 <---
Period 87: 44, 20
Period 88: 41, 23
Period 89: 37, 17
Period 90: 32, 20
Period 91: 30, 24
Period 92: 30, 18
And after applying a period 5 transposition to the 408 transposed bigrams spread out from period 64 to 74:
- Code: Select all
408 (340 chars):
Period 64: 30, 28
Period 65: 32, 19
Period 66: 39, 16
Period 67: 45, 15
Period 68: 46, 16 <---
Period 69: 43, 13
Period 70: 44, 27
Period 71: 40, 24
Period 72: 37, 18
Period 73: 34, 21
Period 74: 31, 19
It can also be done the other way around. Applying a period 68 untransposition will cause an untransposed period 5 bigram peak. And applying a period 85 untransposition causes an untransposed period 4 bigram peak. What we could do is apply a period (68+85)/2 untransposition to cause a weaker untransposed period 4 to 5 bigram peak.
It is interesting that after assuming cycle "2z" in the 340 transposed bigrams go up so sharply in the 68 to 85 range peaking at 78 which is neither period 68 or 85 but instead an intermediate. I wonder if it could be another possible indication of transposition misalignment or tranposition mismatch.
I also wonder if a period 78 untransposition would then be primary to a period 4 or 5 transposition since a period 4 or 5 transposition would not cause the peak to be directly at or around 78. 78 is very much in between of 68 and 85. 4, 5, 68 and 85 are factors of 340, it all seems vaguely connected. If period 78 untransposition is primary to period 4 or 5 tranposition then the assumed cycle "2z" observation is primary to the add 18th column observation.
Period 78 untransposition, what could it mean?