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.

A177104 Primes p such that 2*p^3-1 is also prime.

Original entry on oeis.org

3, 31, 43, 61, 139, 181, 199, 223, 241, 331, 373, 421, 523, 631, 733, 859, 991, 1033, 1153, 1213, 1423, 1453, 1549, 1741, 1873, 1879, 1951, 2203, 2239, 2269, 2311, 2371, 2539, 2689, 2713, 2719, 2851, 3001, 3019, 3163, 3229, 3271, 3343, 3361, 3391, 3541
Offset: 1

Views

Author

Vincenzo Librandi, Nov 15 2010

Keywords

Programs

  • Magma
    [p: p in PrimesUpTo(10000)| IsPrime(2*p^3-1)];
  • Mathematica
    Select[Prime[Range[500]], PrimeQ[2 #^3 - 1]&] (* Vincenzo Librandi, Apr 17 2013 *)

Formula

A000040 INTERSECT A214289. - R. J. Mathar, Aug 20 2019