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 A213601 #37 Sep 21 2021 09:52:12 %S A213601 1418575498567,27899359257997,34460918582317,76075560855367, %T A213601 186460616596327,218021188549237,234280497145537,282854319391717, %U A213601 345120905374087,346117552180627,604439135284057,727417501795057,1041814617748747,1090754719898917,1539765965257747 %N A213601 Initial members of prime 12-tuplets (p, p+6, p+10, p+12, p+16, p+22, p+24, p+30, p+34, p+36, p+40, p+42). %C A213601 All terms are congruent to 997 (modulo 2310). - _Matt C. Anderson_, May 29 2015 %H A213601 Matt C. Anderson and Dana Jacobsen, <a href="/A213601/b213601.txt">Table of n, a(n) for n = 1..2952</a> [first 90 terms from Matt C. Anderson] %H A213601 Matt C. Anderson, <a href="https://sites.google.com/site/primeconstellations/">Computer search code and explanation</a> %H A213601 Tony Forbes and Norman Luhn <a href="http://www.pzktupel.de/ktuplets">prime k-tuplets</a> %H A213601 Norman Luhn <a href="http://www.pzktupel.de/smarchive.html">Table of n, a(n) for n = 1..20000</a> %o A213601 (Perl) use ntheory ":all"; say for sieve_prime_cluster(1,1e14, 6, 10, 12, 16, 22, 24, 30, 34, 36, 40, 42); # _Dana Jacobsen_, Oct 02 2015 %Y A213601 Cf. A027569, A027570 (prime 10-tuplets). %K A213601 nonn %O A213601 1,1 %A A213601 _Matt C. Anderson_, Jun 15 2012