コード例 #1
0
ファイル: p72.py プロジェクト: chrisliu529/euler_proj
def ns_rpf(n):
    l = [mtools.phi(x) for x in range(2, n+1)]
    return sum(l)