Beispiel #1
0
def ns_rpf(n):
    l = [mtools.phi(x) for x in range(2, n+1)]
    return sum(l)