OFFSET
1,1
COMMENTS
This sequence never increases by more than 1. The first differences are given by A275737 starting: 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, ...
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..10000
Guilherme França, André LeClair, Statistical and other properties of Riemann zeros based on an explicit equation for the n-th zero on the critical line, arXiv:1307.8395 [math.NT], 2013-2014, page 13, formula (25).
FORMULA
a(n) = round(im(zetazero(n))/(2*Pi)) = round(A002410(n)/(2*Pi)).
a(n) ~ (n - 11/8)/LambertW(exp(1)^(-1)*(n - 11/8)) (This is the Franca LeClair asymptotic at page 13, formula (25).)
MATHEMATICA
Table[Round[Im[ZetaZero[n]]/(2*Pi)], {n, 1, 60}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Mats Granvik, Aug 02 2016
STATUS
approved