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.

A154709 Cubes such that cube-+2 are primes.

Original entry on oeis.org

2146689, 6751269, 50243409, 82312875, 165469149, 170953875, 176558481, 549353259, 1929781125, 3314613771, 5079577959, 5630252139, 6219352719, 6591796875, 7245075375, 10289109375, 11993263569, 14084823375, 14724139851
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    lst={};Do[p=n^3;If[PrimeQ[p-2]&&PrimeQ[p+2],AppendTo[lst,p]],{n,1,8!,2}];lst