Thanks for that. But I don't see them.
Sunnuva... I guess I must have only pushed preview one last time instead of actually pushing submit, and then was doing three other (related) things at the same time per usual (e.g. test results or script results came back) and by the time I came back to the tab it looked posted because it was unusually long so the chrome of the POST A REPLY screen wasn't visible so I just closed the tab.
Guhhhh that makes me angry! Well, at least you received the critical bit which was that the only new entries were those three with 49's in their denominator, before I had to turn in.
Sorry about that! It should be updated now.
Might be interesting to see the introducing levels of each of symbols too, no, both here and in the list < 136, or whatever cut-off we choose? Let me know if you're interested in that and I can get them in there.
Why did you want slashes instead of colons, by the way? For me colons seemed appropriate because we're dealing with undirected ratios, e.g. I had to make sure my code grabbed

for r = 5/1. Just trying to improve my intuition for this. Perhaps I'm a lost cause with respect to the : vs / issue. I always seem to get it wrong.
I'm guessing you were short on time again.
I was short on time, but only because it was almost bedtime. This type of short on time won't be solved by not having a full-time job. I chalk this one up to the time difference and my rush to get things over to you before I'm gone for 8 hours. Sometimes, as I've said before, the time difference is helpful. Other times it's a bummer.
Dave Keenan wrote: ↑Sun Aug 16, 2020 10:30 pm
cmloegcmluin wrote: ↑Sun Aug 16, 2020 3:55 pm
Or also perhaps how much are we willing to allow the 5-rough-no-pop-rank to increase in order to have a comma which allows notation of ratios which are not yet exactly notatable?
Hmm. I don't thing George and I ever did that. But it doesn't seem unreasonable.
If one goal is to enable as many ratios as possible to be exactly notatable, it seems reasonable. But I'm thinking this could turn into quite the rabbit hole of a thing to optimize for.
Thanks. But I saw no commas, or 5-rough ratios with these.
Sorry! At some point I planned to supplement the symbols with their commas in that little chunk of info, but then I didn't follow through. I've finished the job now.
Or... I
would have updated the previous table... if it were indeed nothing other than a fleshing out of what was already there. It looks like actually that table was just straight up wrong!
The problem was that it used data from before I updated N2D3P9 not to assume you were giving it ratios whose 5-roughened versions had n ≥ d.
So the bad news is: there are actually more Sagittal symbols with primary commas in the JI notation which have big N2D3P9 (by our current threshold of big being > 136). Seventeen of them, actually, not just eleven. And the worst offender is actually much bigger: 1827.98, not 1118.41.
ratio | N2D3P9 | symbol |
1121931/1120000 | 1827.98 |   |
131769/131072 | 1118.41 |   |
375/368 | 306.13 |   |
252/247 | 304.18 |    |
18711/18200 | 215.16 |   |
2925/2816 | 215.16 |   |
2097152/2083725 | 208.42 |    |
2080/2079 | 200.82 |   |
22599/22528 | 195.76 |   |
8019/7936 | 195.76 |   |
1024/1001 | 180.74 |   |
256/253 | 161.64 |   |
2720/2673 | 147.18 |   |
88/85 | 147.18 |   |
185895/180224 | 147.18 |   |
595/576 | 140.49 |   |
19683/19040 | 140.49 |   |
To illustrate the problem, consider the Sagittal comma which we now know to have the worst N2D3P9:


, 1121931/1120000, or the 19/4375s. It has monzo [ -8, 10, -4, -1, 0, 0, 0, 1 ⟩. So after 5-roughening it you get 19/4375. So that's a huge difference when you flip it!
(19/2) * (5/3) * (5/3) * (5/3) * (5/3) * (7/3) * 19 * (1/9) = 361.08
(5/2) * (5/2) * (5/2) * (5/2) * (7/2) * (19/3) * 19 * (1/9) = 1827.98
I just checked and there's no problem with the main table in the earlier post where I list ratios with the lowest N2D3P9. That's because even though my N2D3P9 function was implemented wrong at the time I prepared that table, I never called in the way that illuminated its wrongness, because outside of it I was filtering ratios with n < d (because those get generated by the hardcoded ranges of prime exponents you prepared, which is fine, but there was no need to waste time redundantly processing them).
I see the value before the step was 147.18. So maybe push the list to 148. And later we can try to reassign the 8 symbols above 195.
I assume you mean get all ratios with N2D3P9 < 148, yeah?
You may also want to change the target now that I have accurate results. Though I actually think 148 is still the appropriate cutoff. So that would be 12 of the above 17 symbols would need different commas.
Here's an updated chart:
I didn't happen to implement my code to generalize to any max N2D3P9... I just hardcoded your ranges. I followed your explanations to some extent and it looks like I have a formula for the numerators but the denominator I understand is more complicated because it can't exist without a greater value already in the numerator. Anyway if I get time today I'll figure it out but I may need to focus on other things I can do more efficiently.
I know you're interested in fixing these outliers with huge N2D3P9's. How interested are you in tweaking things on the other end? Consider the ratio with the dubious distinction of being the ratio out of those that Sagittal doesn't notate exactly which has the lowest N2D3P9: 25/11. If there was a symbol in the Sagittal JI notation with a primary comma that exactly notated this ratio, that comma would be 100/99 which is about 17.4 cents. So it'd be competing with 99/98, the 11/49C, which has both higher SoPF>3 (25 vs 22) and higher N2D3P9 (54.90 vs 28.01). No other symbol covers 49/11 though, so we'd be sacrificing coverage of it for 25/11. But theoretically it'd still be a trade we'd want to make (well, except the 11/49C has apotome slope of 0.91, while the 25/11C has -3.07).
After we finish the write-up for N2D3P9, I'll need to take a few days to focus on another project. I told my friend I was on the "home stretch" for a sub-project of the microtonal notation system project. To honor that, I think I should dedicate some time to his project before digging into the comma-no-pop-rank metric. I recognize that the better "stopping point" in terms of this forum topic would be to finish the comma-no-pop-rank metric – to fulfill the name of the topic – but when I told him that, I was thinking only of the 5-rough-no-pop-rank metric part of the work.