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.

A214947 Primes p such that p + (0, 6, 12, 16, 18, 22, 28, 30, 36, 40, 42, 46, 48) are all prime.

This page as a plain text file.
%I A214947 #29 Oct 12 2021 01:35:31
%S A214947 186460616596321,7582919852522851,31979851757518501,49357906247864281,
%T A214947 79287805466244211,85276506263432551,89309633704415191,
%U A214947 89374633724310001,98147762882334001,136667406812471371,137803293675931951,152004604862224951,157168285586497021,159054409963103491
%N A214947 Primes p such that p + (0, 6, 12, 16, 18, 22, 28, 30, 36, 40, 42, 46, 48) are all prime.
%C A214947 These are prime 13-tuplets.
%C A214947 All terms congruent to 991 (modulo 2310). - _Matt C. Anderson_, May 29 2015
%C A214947 All terms congruent to 14851 or 24091 (modulo 30030). - _Matt C. Anderson_, May 31 2015
%H A214947 Vladimir Vlesycit and Matt C. Anderson and Dana Jacobsen, <a href="/A214947/b214947.txt">Table of n, a(n) for n = 1..854</a> [first 20 terms from Vladimir Vlesycit, first 82 terms from Matt C. Anderson]
%H A214947 Tony Forbes and Norman Luhn, <a href="http://www.pzktupel.de/ktuplets.htm">Smallest Prime k-tuplets</a>
%H A214947 Norman Luhn, <a href="http://www.pzktupel.de/SMArchiv/13tup6.zip">Table of n, a(n) for n = 1..5579</a>
%o A214947 (Perl) use ntheory ":all"; say for sieve_prime_cluster(1,10**15, 6,12,16,18,22,28,30,36,40,42,46,48); # _Dana Jacobsen_, Oct 07 2015
%Y A214947 Cf. A186702.
%K A214947 nonn
%O A214947 1,1
%A A214947 _Matt C. Anderson_, Jul 30 2012