This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A326502 #30 Mar 29 2024 20:15:06 %S A326502 1,2,4,7,9,13,19,24,27,34,63,71,91,135,159,186,212,298,315,363,453, %T A326502 693,922,1496,3777,4765,6709,18859,44555,73997,82552,87761,95248, %U A326502 354769,415587,420891,1115578,8546950 %N A326502 Indices of records of minimal distance between successive Riemann zeta zeros. %C A326502 Lehmer phenonomena in Riemann zeta function occur when distances between successive zeros are small. %H A326502 M. Kehoe, <a href="https://www.slideshare.net/MatthewKehoe1/riemanntex">Computational Methods for the Riemann Zeta function</a>, 2015. %F A326502 a(n) = A254297(n+1)-1. %t A326502 kk = 10; aa = {}; Do[ll = Im[N[ZetaZero[n + 1] - ZetaZero[n], 50]]; %t A326502 If[ll < kk, AppendTo[aa, n]; kk = ll], {n, 1, 1500}]; aa %Y A326502 Cf. A114886, A254297. %K A326502 nonn,more %O A326502 1,2 %A A326502 _Artur Jasinski_, Sep 12 2019