A153815 Indices of nontrivial zeros of the Riemann zeta function where the real part of zeta'(s) becomes negative.
127, 136, 196, 213, 233, 256, 289, 368, 379, 380, 399, 401, 462, 509, 519, 531, 568, 580, 596, 619, 627, 639, 655, 669, 693, 696, 705, 716, 729, 767, 779, 795, 796, 809, 820, 849, 858, 871, 888, 965, 994, 996
Offset: 1
Keywords
Examples
Re(zeta'(zetazero(127))) < 0.
Links
- Stephen Crowley, An Expression For The Argument of zeta at Zeros on the Critical Line, arXiv:1703.03490 [math.NT], 2017.
Programs
-
Mathematica
Select[Range[1000], N[Re[Zeta'[ZetaZero[ # ]]] < 0] &] (* Conjecture 1: *) Monitor[Flatten[Position[Table[Abs[Floor[Im[ZetaZero[n]]/(2*Pi)*Log[Im[ZetaZero[n]]/(2*Pi*Exp[1])] + 7/8] - n + 1], {n, 1, 1000}], 1]], n] (* Mats Granvik, Feb 21 2017 *)
Comments