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.

A165945 Primes of the form p+(p+1)^3, where p is also prime.

Original entry on oeis.org

29, 67, 5849, 3375149, 7078079, 7762589, 11852579, 17173769, 42144539, 46656359, 80621999, 87528827, 91125449, 102503699, 132651509, 142237169, 173741669, 264609929, 287496659, 320014187, 567664379, 686129849, 700227959, 851972339
Offset: 1

Views

Author

Claudio Meller, Oct 01 2009

Keywords

Comments

Generated by p=2, 3, 17, 149, 191, 197, 227, 257 etc.

Crossrefs

Cf. A163426. - R. J. Mathar, Oct 28 2009

Programs

  • Magma
    [a: p in PrimesInInterval(1, 1000) | IsPrime(a) where a is p + (p + 1)^3]; // Vincenzo Librandi, Oct 12 2012
  • Mathematica
    Select[Table[p + (p + 1)^3, {p, Prime[Range[300]]}], PrimeQ] (* Vincenzo Librandi, Oct 12 2012 *)

Extensions

Definition shortened by R. J. Mathar, Oct 28 2009