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.

A177335 List of 4-tuples of twin primes q, p, p+2 and q+2 such that 3*q

Original entry on oeis.org

3, 11, 13, 5, 5, 17, 19, 7, 59, 179, 181, 61, 269, 809, 811, 271, 1949, 5849, 5851, 1951, 2999, 8999, 9001, 3001, 6359, 19079, 19081, 6361, 11489, 34469, 34471, 11491, 11549, 34649, 34651, 11551, 14549, 43649, 43651, 14551
Offset: 1

Views

Author

Juri-Stepan Gerasimov, May 08 2010

Keywords

Crossrefs

Programs

  • Maple
    A174920:= select(q -> isprime(q) and isprime(q+2) and isprime(3*q+2) and isprime(3*q+4), [3,seq(i,i=5..200000,6)]):
    map(t -> (t, 3*t+2, 3*t+4, t+2), A174920); # Robert Israel, May 05 2019

Formula

From Robert Israel, May 05 2019: (Start)
a(4k-3) = A174920(k).
a(4k-2) = 3*A174920(k) + 2.
a(4k-1) = 3*A174920(k) + 4.
a(4k) = A174920(k)+2. (End)

Extensions

Verified and extended by D. S. McNeil, May 10 2010