OFFSET
1,1
COMMENTS
The pattern of nines and triple twos appear in the following numbers when adding one half and dividing with sqrt(5):
0.9999222720896... = sqrt(Im(ZetaZero(1))/Pi + 1/2)/sqrt(5).
4.4992227511047... = Im(ZetaZero(1))/Pi.
5.4922296657516... = Im(ZetaZero(2))/Pi - sqrt(Im(ZetaZero(2))/Pi+1/2)/sqrt(5).
2.4992229102932... = Re( lim_{s->1/ZetaZero(2)} zeta(s)*(1 - 1/6^(s-1)) ). - Mats Granvik, Mar 03 2016
FORMULA
Equals Im(ZetaZero(1))/Pi.
EXAMPLE
4.4992227511047348484865414231801573901....
MATHEMATICA
RealDigits[N[Im[ZetaZero[1]]/Pi, 105]][[1]]
PROG
(PARI) solve(y=14, 15, imag(zeta(1/2+y*I)))/Pi \\ Charles R Greathouse IV, Mar 10 2016
(PARI) lfunzeros(lzeta, [14, 15])[1]/Pi \\ Charles R Greathouse IV, Mar 10 2016
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Mats Granvik, Nov 16 2013
STATUS
approved