Page 2 of 2
Re: Problem 29
Posted: Thu Jun 09, 2022 4:29 pm
by mpiotte
Liquid25677 wrote: Thu Jun 09, 2022 2:34 pm
...
Very strange, I'm getting different results. I also checked manually and I can't find where I'm wrong. These are the terms, o = count, x = don't count, for n = 12
...
You are still having duplicates. For example $8^6 = 4^9 = 262144$.
Re: Problem 29
Posted: Fri Jun 10, 2022 9:50 am
by Liquid25677
mpiotte wrote: Thu Jun 09, 2022 4:29 pm
Liquid25677 wrote: Thu Jun 09, 2022 2:34 pm
...
Very strange, I'm getting different results. I also checked manually and I can't find where I'm wrong. These are the terms, o = count, x = don't count, for n = 12
...
You are still having duplicates. For example $8^6 = 4^9 = 262144$.
Oh, that's it! Now I have to find a way to change the code to account for that.