#author("2022-06-17T19:21:31+00:00","","") #author("2022-06-24T12:11:06+00:00;2022-06-17T19:21:31+00:00","","") *[[Problem 407:http://projecteuler.net/problem=407]] 「冪等元」 [#l9021c7d] 0 ≤ &tex{a}; ≤ 5 のときの &tex{a}; に対し &tex{a^{2}}; mod 6 を計算すると, 0,1,4,3,4,1 となる. &tex{a^{2}}; ≡ &tex{a}; (mod 6) を満たす最大の &tex{a}; の値は 4 となる.~ &tex{a^{2}}; ≡ &tex{a}; (mod &tex{n};) を満たす &tex{a}; < &tex{n}; の最大値を M(&tex{n};) としよう.~ つまり, M(6) = 4. 1 ≤ &tex{n}; ≤ &tex{10^{7}}; のときの ΣM(&tex{n};) を求めよ. https://www.lifesimile.com IP:27.134.139.126 TIME:"2022-06-24 (金) 21:11:06" REFERER:"http://odz.sakura.ne.jp/projecteuler/index.php?cmd=edit&page=Problem+407" USER_AGENT:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36"