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.

A168446 Primes p such that floor(p/5) is also prime.

Original entry on oeis.org

11, 13, 17, 19, 29, 37, 59, 67, 89, 97, 149, 157, 239, 269, 307, 337, 359, 367, 397, 419, 449, 487, 509, 547, 569, 659, 757, 787, 839, 907, 967, 997, 1117, 1259, 1289, 1319, 1409, 1559, 1567, 1657, 1747, 1867, 1949, 1987, 2099, 2287, 2309, 2339, 2399, 2437, 2459
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Magma
    [p: p in PrimesUpTo(2500) | IsPrime(Floor(p/5))]; // Vincenzo Librandi, Apr 16 2013
  • Mathematica
    Select[Prime[Range[6! ]],PrimeQ[Floor[ #/5]]&]

Extensions

Definition and values corrected by R. J. Mathar, Dec 06 2009
Showing 1-1 of 1 results.