OFFSET
0,3
COMMENTS
EXAMPLE
The first zero is 14.13472.. so 0,1,2,3,4,5,6,7,8,9,10,11,12,13 are part of the sequence.
The second zero is 21.02203.. so 15,16,17,18,19,20 are in the sequence too.
The third zero is 25.0108.. so we get 22,23,24, etc.
MATHEMATICA
l=94; Complement[Range[0, l], Table[Floor[Im[ZetaZero[n]]], {n, l}]] (* James C. McMahon, Oct 05 2024 *)
CROSSREFS
KEYWORD
fini,nonn
AUTHOR
Jorge Coveiro, Jul 02 2006
EXTENSIONS
a(54)-a(68) from James C. McMahon, Oct 05 2024
STATUS
approved