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.

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).

Original entry on oeis.org

1418575498567, 27899359257997, 34460918582317, 76075560855367, 186460616596327, 218021188549237, 234280497145537, 282854319391717, 345120905374087, 346117552180627, 604439135284057, 727417501795057, 1041814617748747, 1090754719898917, 1539765965257747
Offset: 1

Views

Author

Matt C. Anderson, Jun 15 2012

Keywords

Comments

All terms are congruent to 997 (modulo 2310). - Matt C. Anderson, May 29 2015

Crossrefs

Cf. A027569, A027570 (prime 10-tuplets).

Programs

  • 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