![]() |
cubes congruent to 2^n (mod 215)
1^3 is congruent to 2^n (mod 215) n=0
6^3 is congruent to 2^n (mod 215) n=0 7^3 is congruent to 2^n (mod 215) n=7 any other cubes congruent to 2^n (mod 215)? |
Firstly, since n+215k is n mod 215 for any n and k in the integers, we know that (1+215k)^3 must be 1 mod 215 = 2^0 mod 215, and similarly for the others cases stated ((6+215k)^3 = 2^0 mod 215, and (7+215k)^3 = 2^7 mod 215).
So it suffices to check on the integers in the set [0, 214], then use the equivalence classes to quickly generate the rest. |
All times are UTC. The time now is 20:57. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.