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.

A257140 Numbers n such that n, n+2, n+8, n+14, n+18, n+20, n+24, n+30, n+32, n+38, n+42, n+44 and n+48 are all prime.

Original entry on oeis.org

7697168877290909, 10071192314217869, 11987120084474369, 28561589689237439, 62321320746357689, 73698766709402669, 75046774774314359, 79287805466244209, 98551408299919409, 136720189890477209, 225735856757596019, 234065221633327919, 302834818301440259, 360345440708336099, 385443070970192069, 387494664213890249, 466256026285842809, 539043082132918379, 570108181108560929, 610147978081735109
Offset: 1

Views

Author

Tim Johannes Ohrtmann, Apr 17 2015

Keywords

Crossrefs

Initial members of all of the first prime k-tuplets:
twin primes: A001359.
prime triples: A007529 out of A022004, A022005.
prime quadruplets: A007530.
prime 5-tuples: A086140 out of A022007, A022006.
prime sextuplets: A022008.
prime septuplets: A257124 out of A022009, A022010.
prime octuplets: A065706 out of A022011, A022012, A022013.
prime nonuplets: A257125 out of A022547, A022548, A022545, A022546.
prime decaplets: A257127 out of A027569, A027570.
prime 11-tuplets: A257129 out of A213646, A213647.
prime 12-tuplets: A257131 out of A213601, A213645.
prime 13-tuplets: A257135 out of A214947, A257137, A257138, A257139, this sequence, A257141.
prime 14-tuplets: A257166 out of A257167, A257168.
prime 15-tuplets: A257169 out of A257304, A257305, A257306, A257307.
prime 16-tuplets: A257308 out of A257369, A257370.
prime 17-tuplets: A257373 out of A257374, A257375, A257376, A257377.

Programs

  • Perl
    use ntheory ":all"; say for sieve_prime_cluster(1,10**16, 2, 8, 14, 18, 20, 24, 30, 32, 38, 42, 44, 48);  # Dana Jacobsen, Oct 13 2015