MatsGranvik

von Mangoldt function times 2

Jul 22nd, 2022
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. (*start*)
  2. c = 0;
  3. Table[Limit[
  4. Zeta[s]^2/Zeta[2 s - 1]*
  5. Total[1/Divisors[n]^(s - 1)*MoebiusMu[Divisors[n]]], s -> 1], {n,
  6. 2, 132}]
  7. ListLinePlot[Accumulate[%]]
  8. (*end*)
  9.  
  10. {Log[4], Log[9], Log[4], Log[25], 0, Log[49], Log[4], Log[9], 0,
  11. Log[121], 0, Log[169], 0, 0, Log[4], Log[289], 0, Log[361], 0, 0, 0,
  12. Log[529]}
Advertisement
Add Comment
Please, Sign In to add comment