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.
%I A257138 #30 Apr 11 2022 22:04:42 %S A257138 1707898733581273,3266590043460823,4422879865247923,10907318641689703, %T A257138 32472302129057023,52590359764282573,60229684381540753, %U A257138 67893346321234513,93179596929433093,115458868925574253,140563537593599353,142977538681261363,148877505784397623,166362638531783773,232442516762530153,236585787518684683,255933372890105143,317294052871840123,325853825645632363,337188071215909993,344447962857168403 %N A257138 Numbers n such that n, n+4, n+6, n+10, n+16, n+18, n+24, n+28, n+30, n+34, n+36, n+46 and n+48 are all prime. %H A257138 Vladimir Vlesycit and Matt C. Anderson and Dana Jacobsen, <a href="/A257138/b257138.txt">Table of n, a(n) for n = 1..802</a> [first 21 terms from Vladimir Vlesycit, first 90 terms from Matt C. Anderson] %H A257138 Tony Forbes and Norman Luhn, <a href="http://www.pzktupel.de/ktuplets.htm">Smallest Prime k-tuplets</a> %H A257138 Norman Luhn, <a href="http://www.pzktupel.de/SMArchiv/13tup3.zip">Table of n, a(n) for n = 1..5290</a> %o A257138 (PARI) Q=isprime; %o A257138 isok(n) = Q(n) && Q(n+4) && Q(n+6) && Q(n+10) && Q(n+16) && Q(n+18) && Q(n+24) && Q(n+28) && Q(n+30) && Q(n+34) && Q(n+36) && Q(n+46) && Q(n+48); \\ _Michel Marcus_, Aug 04 2015 %o A257138 (Perl) use ntheory ":all"; say for sieve_prime_cluster(1, 10**16, 4,6,10,16,18,24,28,30,34,36,46,48); # _Dana Jacobsen_, Oct 09 2015 %Y A257138 Initial members of all of the first prime k-tuplets: %Y A257138 twin primes: A001359. %Y A257138 prime triples: A007529 out of A022004, A022005. %Y A257138 prime quadruplets: A007530. %Y A257138 prime 5-tuples: A086140 out of A022007, A022006. %Y A257138 prime sextuplets: A022008. %Y A257138 prime septuplets: A257124 out of A022009, A022010. %Y A257138 prime octuplets: A065706 out of A022011, A022012, A022013. %Y A257138 prime nonuplets: A257125 out of A022547, A022548, A022545, A022546. %Y A257138 prime decaplets: A257127 out of A027569, A027570. %Y A257138 prime 11-tuplets: A257129 out of A213646, A213647. %Y A257138 prime 12-tuplets: A257131 out of A213601, A213645. %Y A257138 prime 13-tuplets: A257135 out of A214947, A257137, this sequence, A257139, A257140, A257141. %Y A257138 prime 14-tuplets: A257166 out of A257167, A257168. %Y A257138 prime 15-tuplets: A257169 out of A257304, A257305, A257306, A257307. %Y A257138 prime 16-tuplets: A257308 out of A257369, A257370. %Y A257138 prime 17-tuplets: A257373 out of A257374, A257375, A257376, A257377. %K A257138 nonn %O A257138 1,1 %A A257138 _Tim Johannes Ohrtmann_, Apr 16 2015 %E A257138 a(18) corrected by _Matt C. Anderson_, Aug 03 2015