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.

A037167 a(n) = prime(n)*prime(n+1)-prime(n+1).

This page as a plain text file.
%I A037167 #8 Dec 31 2023 10:12:06
%S A037167 3,10,28,66,130,204,304,414,638,868,1110,1476,1720,1974,2438,3068,
%T A037167 3538,4020,4686,5110,5688,6474,7298,8536,9696,10300,10914,11554,12204,
%U A037167 14224,16506,17810,18904,20562,22348,23550,25428,27054,28718,30788,32218
%N A037167 a(n) = prime(n)*prime(n+1)-prime(n+1).
%C A037167 a(n) = A000040(n+1)*A006093(n). - _Michel Marcus_, Jun 30 2013
%t A037167 Table[Prime[n]*Prime[n + 1] - Prime[n + 1], {n, 60}] (* _Wesley Ivan Hurt_, Dec 31 2023 *)
%o A037167 (PARI) a(n) = prime(n+1)*(prime(n) - 1) \\ _Michel Marcus_, Jun 30 2013
%Y A037167 Cf. A000040, A006093.
%K A037167 nonn
%O A037167 1,1
%A A037167 Armand Turpel armandt(AT)unforgettable.com