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.

This page as a plain text file.
%I A154709 #2 Mar 31 2012 12:38:19
%S A154709 2146689,6751269,50243409,82312875,165469149,170953875,176558481,
%T A154709 549353259,1929781125,3314613771,5079577959,5630252139,6219352719,
%U A154709 6591796875,7245075375,10289109375,11993263569,14084823375,14724139851
%N A154709 Cubes such that cube-+2 are primes.
%t A154709 lst={};Do[p=n^3;If[PrimeQ[p-2]&&PrimeQ[p+2],AppendTo[lst,p]],{n,1,8!,2}];lst
%Y A154709 Cf. A144938
%K A154709 nonn
%O A154709 1,1
%A A154709 _Vladimir Joseph Stephan Orlovsky_, Jan 14 2009