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

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

%S 7,163,751,1297,10369,13183,131713,329233,384001,413527,444529,843649,

%T 1053697,1429969,1500283,2633857,3072001,3308209,4374001,4521427,

%U 5308417,5476039,7986001,8205787,9609679,9858193,10895089,13488547

%N Primes of the form 6n^3+1.

%H Vincenzo Librandi, <a href="/A201179/b201179.txt">Table of n, a(n) for n = 1..4600</a>

%t Select[Table[6n^3+1,{n,0,6000}],PrimeQ]

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

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Nov 28 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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)