cp's OEIS Frontend

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.

A320141 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.

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