Advertisement
MatsGranvik

Dirichlet g f related to summatory von Mangoldt function

Apr 20th, 2019
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. (*This might not be entirely correct!*)
  2.  
  3. nn = 100;
  4. mm = nn;
  5. s = 10;
  6. cc = 7;
  7. N[a = Table[
  8. Sum[HurwitzZeta[s, n/k]*n/k^s, {n, 1, k - 1}], {k, 1, nn}], 18];
  9. N[-Sum[Sum[
  10. If[Mod[n, k] == 0, a[[k]]*MoebiusMu[k], 0], {k, 1, n}]/(n^
  11. cc), {n, 1, nn}], 18] + Zeta[s - 1] - Zeta[cc]
  12. N[Sum[Sum[
  13. Limit[Zeta[c]*Total[MoebiusMu[Divisors[n]]/Divisors[n]^(c - 1)],
  14. c -> cc], {n, 1, k}]/k^s, {k, 2, nn}], 18]
  15. 1 + %% - %
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement