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.

A124493 Numbers k for which 2*k-1, 4*k-1 and 8*k-1 are primes.

Original entry on oeis.org

3, 6, 21, 45, 90, 180, 255, 360, 510, 516, 615, 705, 726, 741, 756, 906, 945, 951, 966, 1230, 1350, 1410, 1725, 1746, 1770, 1911, 1956, 2541, 2700, 2721, 2925, 3051, 3066, 3225, 3540, 3576, 3675, 3951, 4485, 4611, 5295, 5346, 5355, 5586, 5736, 5775, 5901
Offset: 1

Views

Author

Artur Jasinski, Nov 04 2006

Keywords

Crossrefs

Programs

  • Mathematica
    Select[3*Range[2000], And @@ PrimeQ /@ ({2, 4, 8}*# - 1) &] (* Ray Chandler, Nov 22 2006 *)