Numerical formula
Submitted by mdlazreg on Tue, 09/15/2009 - 07:55.
I wrote a program that counts cube positions by taking into account only the identities of length 4 and the identities of length 12. The results of this program are in the second column below:
The first column is based on Dan's recurrent formula that takes into account only identities of length 4.
The third column is based on Rokicki's results up to 14q*. [I thought he posted the results up to 15q* but I do not find that post!]. Of course his results take into account ALL identities.
The second column are my program results. I was only able to reach 8q, my program would take a month of calculations to produce the number at 9q...
The above results however show that either my program has a bug or the recent new formula developed by Jerry Bryan is wrong. In fact he predicts that based on the I4 and I12 identities P[7] is equal to 8225857. My program predicts 8231400.
If we look at Jerry's formula :
P[n] <= s1*(2/3)*(749376/750720)*P[n-1] + s2*(2/3)*(120036/120132)*P[n-2] + s3*(2/3)*P[n-3] + s4*(2/3)*P[n-4] + s5*P[n-5] + s6*P[n-6], n >= 6
The strange looking numbers are what Jerry calls fudge factors. For example 2/3 is a fudge factor to account for the fact that each position at P[n-1] may follow only 12*2/3 = 8 paths.
This however can not be told about 749376/750720 which in my opinion has no "physical" or mathematical explanation... This leads me to have doubts about the correctness of this new formula.
d positions I4 positions I4&I12 positions ALL -- ------------ ---------------- -------------- 0 1 1 1 1 12 12 12 2 114 114 114 3 1068 1068 1068 4 10011 10011 10011 5 93840 93840 93840 6 879624 878880 878880 7 8245296 8231400 8221632 8 77288598 77094824 76843595 9 724477008 717789576 10 6791000856 6701836858 11 63656530320 62549615248 12 596694646092 583570100997 13 5593212493440 5442351625028 14 52428869944896 50729620202582 15 491450379709824 16 4606688566257048 17 43181530471120320 18 404768967341615520 19 3794166513675844032 20 17118481264698063536 21 185802363081369801472
The first column is based on Dan's recurrent formula that takes into account only identities of length 4.
The third column is based on Rokicki's results up to 14q*. [I thought he posted the results up to 15q* but I do not find that post!]. Of course his results take into account ALL identities.
The second column are my program results. I was only able to reach 8q, my program would take a month of calculations to produce the number at 9q...
The above results however show that either my program has a bug or the recent new formula developed by Jerry Bryan is wrong. In fact he predicts that based on the I4 and I12 identities P[7] is equal to 8225857. My program predicts 8231400.
If we look at Jerry's formula :
P[n] <= s1*(2/3)*(749376/750720)*P[n-1] + s2*(2/3)*(120036/120132)*P[n-2] + s3*(2/3)*P[n-3] + s4*(2/3)*P[n-4] + s5*P[n-5] + s6*P[n-6], n >= 6
The strange looking numbers are what Jerry calls fudge factors. For example 2/3 is a fudge factor to account for the fact that each position at P[n-1] may follow only 12*2/3 = 8 paths.
This however can not be told about 749376/750720 which in my opinion has no "physical" or mathematical explanation... This leads me to have doubts about the correctness of this new formula.