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!)
A200908 Primes of the form 3*n^3-8. 1

%I #6 Sep 08 2022 08:46:00

%S 73,367,1021,2179,14731,36493,46867,177949,273367,352939,499117,

%T 616129,750133,902281,985519,1265617,1479109,1715353,2413063,2910889,

%U 3278173,3472867,5859367,7057903,7381117,9145867,9529561,11171617

%N Primes of the form 3*n^3-8.

%H Vincenzo Librandi, <a href="/A200908/b200908.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[Table[3n^3-8,{n,2,2500}],PrimeQ]

%o (Magma) [a: n in [2..400] | IsPrime(a) where a is 3*n^3-8]

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Nov 24 2011

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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)