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.

Showing 1-1 of 1 results.

A234973 Primes that are 6 plus the sum of three consecutive primes.

Original entry on oeis.org

29, 37, 47, 89, 103, 127, 137, 149, 179, 193, 229, 241, 257, 293, 307, 317, 401, 431, 463, 509, 557, 571, 587, 613, 719, 809, 823, 863, 937, 947, 967, 991, 1021, 1039, 1193, 1213, 1277, 1291, 1321, 1373, 1439, 1483, 1499, 1559, 1709, 1723, 1741, 1873, 1949, 1979
Offset: 1

Views

Author

Vincenzo Librandi, Jan 02 2014

Keywords

Comments

Primes of the form 6+A034961(k).

Crossrefs

Programs

  • Mathematica
    Select[Total[#] + 6&/@Partition[Prime[Range[200]], 3, 1], PrimeQ]
Showing 1-1 of 1 results.