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.

A116495 Numbers k such that difference between k-th prime and next prime is 210.

This page as a plain text file.
%I A116495 #10 Aug 20 2024 16:04:05
%S A116495 1319945,5240989,9223725,9359659,12606992,13798935,16163072,17559961,
%T A116495 18805047,18973547,20278475,22091310,22358431,24253281,25377875,
%U A116495 26813808,28784698,29308594,29819740,29867343,30573917,30838655
%N A116495 Numbers k such that difference between k-th prime and next prime is 210.
%H A116495 Jinyuan Wang, <a href="/A116495/b116495.txt">Table of n, a(n) for n = 1..5000</a>
%e A116495 p(1319946) - p(1319945) = 20831533 - 20831323 = 210.
%o A116495 (PARI) lista(nn) = {my(i=0, q=2); forprime(p=3, nn, i++; if(p-q==210, print1(i, ", ")); q=p); } \\ _Jinyuan Wang_, Jan 29 2020
%Y A116495 Cf. A116493, A116496, A116497.
%K A116495 nonn
%O A116495 1,1
%A A116495 _Zak Seidov_, Feb 18 2006