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.

A213646 Initial members of prime 11-tuplets: primes p such that p + (0, 4, 6, 10, 16, 18, 24, 28, 30, 34, 36) are all prime.

Original entry on oeis.org

1418575498573, 2118274828903, 4396774576273, 6368171154193, 6953798916913, 27899359258003, 28138953913303, 34460918582323, 40362095929003, 42023308245613, 44058461657443, 61062361183903, 76075560855373, 80114623697803, 84510447435493, 85160397055813, 90589658803723
Offset: 1

Views

Author

Matt C. Anderson, Jun 17 2012

Keywords

Comments

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

Programs

  • Perl
    use ntheory ":all"; say for sieve_prime_cluster(1,1e14, 4,6,10,16,18,24,28,30,34,36); # Dana Jacobsen, Oct 01 2015