%I #7 Oct 12 2018 19:56:16
%S 16,24,30,37,44,51,58,62,71,79,84,93,100,104,112,120,129,133,143,148,
%T 152,162,168,176,186,193,198,203,208,214,231,236,244,250,261,265,273,
%U 282,288,296,303,309,321,324,330,334,349,363,368,372,379,386,391,402,410,419,427,430,438,444
%N a(n) is the sum of the nearest integer to the imaginary part of the n-th zero of the Riemann zeta function and the n-th prime.
%F a(n) = A002410(n) + A000040(n).
%e 14 + 2 = 16, 21 + 3 = 24, 25 + 5 = 30.
%o (PARI) lista(nn) = my(v=apply(round, lfunzeros(lzeta, nn))); vector(#v, n, v[n] + prime(n)); \\
%Y Cf. A000040, A002410.
%K nonn
%O 1,1
%A _Mark A. Thomas_, Oct 06 2018