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

%I #10 Sep 08 2022 08:46:01

%S 17,251,6569,11987,83357,323441,533879,620297,715571,820133,1193867,

%T 1339901,2250431,2471633,4437359,4782977,5146091,6344729,7716383,

%U 11655269,12308687,12986081,16747811,22143383,27437633,30986567,40429133,43441289

%N Primes of the form 9n^3+8.

%H Vincenzo Librandi, <a href="/A201302/b201302.txt">Table of n, a(n) for n = 1..4000</a>

%t Select[Table[9n^3+8,{n,0,7000}],PrimeQ]

%o (Magma) [a: n in [0..400] | IsPrime(a) where a is 9*n^3+8];

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Nov 30 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 September 16 13:56 EDT 2024. Contains 375976 sequences. (Running on oeis4.)