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.

A116497 Indices n such that the difference between the n-th prime and the next larger prime is 200.

This page as a plain text file.
%I A116497 #14 Apr 30 2024 05:26:22
%S A116497 20226285,23169912,25441017,26172843,27841352,29657240,30714253,
%T A116497 31998495,33419255,36637876,37995065,38182448,38758272,39019864,
%U A116497 40022755,40296600,40339473,40985817,41293073,42116899,45474429
%N A116497 Indices n such that the difference between the n-th prime and the next larger prime is 200.
%H A116497 Jinyuan Wang, <a href="/A116497/b116497.txt">Table of n, a(n) for n = 1..1000</a>
%F A116497 A204807(n) = prime(a(n)). - _M. F. Hasler_, Jan 19 2012
%e A116497 p(20226286) - p(20226285) = 378044179 - 378043979 = 200.
%o A116497 (PARI) lista(nn) = {my(i=0, q=2); forprime(p=3, nn, i++; if(p-q==200, print1(i, ", ")); q=p); } \\ _Jinyuan Wang_, Jan 29 2020
%Y A116497 Cf. A116493, A116495, A116496.
%Y A116497 The actual primes are given in A204807. - _M. F. Hasler_, Jan 19 2012
%Y A116497 See also A052187 and references therein.
%K A116497 nonn
%O A116497 1,1
%A A116497 _Zak Seidov_, Feb 18 2006