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

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

%S 5,61,509,997,2741,4093,17573,39301,54869,63997,405221,511997,1191013,

%T 1330997,1560893,1906621,2515453,3944309,5639749,6229501,6858997,

%U 8741813,11239421,12166997,13481269,16777213,20570821,21951997,31554493

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

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

%t Select[Table[8n^3-3,{n,1,4000}],PrimeQ]

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

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Nov 26 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 24 12:51 EDT 2024. Contains 371943 sequences. (Running on oeis4.)