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.

A124584 Primes p such that q-p >= 10, where q is the next prime after p.

This page as a plain text file.
%I A124584 #16 Mar 13 2020 16:46:04
%S A124584 113,139,181,199,211,241,283,293,317,337,409,421,467,509,523,547,577,
%T A124584 619,631,661,691,709,773,787,797,811,829,839,863,887,919,953,997,1021,
%U A124584 1039,1051,1069,1129,1153,1171,1201,1237,1249,1259,1307,1327,1381,1399,1409
%N A124584 Primes p such that q-p >= 10, where q is the next prime after p.
%H A124584 Harvey P. Dale, <a href="/A124584/b124584.txt">Table of n, a(n) for n = 1..1000</a>
%H A124584 K. Soundararajan, <a href="https://doi.org/10.1090/S0273-0979-06-01142-6">Small gaps between prime numbers: the work of Goldston-Pintz-Yildirim</a>, Bull. Amer. Math. Soc., 44 (2007), 1-18.
%H A124584 <a href="/index/Pri#gaps">Index entries for primes, gaps between</a>
%t A124584 Transpose[Select[Partition[Prime[Range[300]],2,1],Last[#]-First[#]>9&]][[1]] (* _Harvey P. Dale_, Jan 23 2013 *)
%K A124584 nonn
%O A124584 1,1
%A A124584 _N. J. A. Sloane_, Dec 19 2006