You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Пусть r будет остатком от деления (a−1)n + (a+1)n на a2.
К примеру, если a = 7 и n = 3, то r = 42: 63 + 83 = 728 ≡ 42 mod 49. При изменении n будет изменяться и r, однако, для a = 7 оказывается, что rmax = 42.