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.

A124594 Primes p such that q-p = 26, where q is the next prime after p.

This page as a plain text file.
%I A124594 #13 Mar 13 2020 13:01:28
%S A124594 2477,3137,5531,11213,12011,12347,14897,16007,16493,16703,20297,24443,
%T A124594 26267,26513,29033,29501,31193,32843,34781,35543,35771,36161,36497,
%U A124594 36947,37061,38993,39581,40361,40433,43067,44657,46523,48131,48497,49757,52583,53327
%N A124594 Primes p such that q-p = 26, where q is the next prime after p.
%H A124594 Remi Eismann, <a href="/A124594/b124594.txt">Table of n, a(n) for n = 1..10000</a>
%H A124594 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 A124594 <a href="/index/Pri#gaps">Index entries for primes, gaps between</a>
%t A124594 Select[Partition[Prime[Range[6000]],2,1],#[[2]]-#[[1]]==26&][[All,1]] (* _Harvey P. Dale_, Jan 01 2017 *)
%K A124594 nonn
%O A124594 1,1
%A A124594 _N. J. A. Sloane_, Dec 19 2006