OFFSET
0,1
COMMENTS
Previous name: Rational approximations of Zeta zeros as an integer sequence.
The average error in the approximation is low (-0.0559729) for the first 30 zeta zeros. The idea is that the imaginary part of the zeta zero is a bad rational approximation of the type: 4/(a(n)+4) to give b(n) = 2*Pi*(a(n)+4)/4.
MATHEMATICA
a[n_] := Round[Im[ZetaZero[n]]*2/Pi - 4]; Array[a, 70] (* Amiram Eldar, Jun 07 2025 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Roger L. Bagula, May 11 2005
EXTENSIONS
Name edited and data corrected and extended by Amiram Eldar, Jun 07 2025
STATUS
approved
