login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A038600 Primes of the form n^3 - 2. 6

%I #21 Jul 18 2015 09:26:35

%S 727,3373,6857,19681,29789,50651,300761,753569,970297,1295027,1771559,

%T 2146687,2460373,3048623,3442949,4492123,6539201,6751267,8120599,

%U 8869741,9393929,10218311,13997519,17373977,18609623,19034161,21253931

%N Primes of the form n^3 - 2.

%H Nathaniel Johnston, <a href="/A038600/b038600.txt">Table of n, a(n) for n = 1..10000</a>

%e a(2) = 3373 = 15^3 - 2 = A038599(2)^3 - 2.

%t lst={};Do[s=n^3;If[PrimeQ[p=s-2], AppendTo[lst, p]], {n, 6!}];lst (* _Vladimir Joseph Stephan Orlovsky_, Sep 26 2008 *)

%t Select[Range[300]^3-2,PrimeQ] (* _Harvey P. Dale_, Jul 18 2015 *)

%Y Cf. A038599.

%K nonn

%O 1,1

%A _Jeff Burch_

%E Corrected and extended by _Jud McCranie_, Jan 04 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)