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

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

%S 41,8641,13721,87881,163841,274361,370441,1437481,2026121,2372761,

%T 4423681,6655001,7804481,8640001,10001881,11499841,12030521,13720001,

%U 15560681,17559041,32174281,35389441,47640641,54705241,64064521,80015041

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

%H Vincenzo Librandi, <a href="/A201171/b201171.txt">Table of n, a(n) for n = 1..2700</a>

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

%o (Magma) [a: n in [0..300] | IsPrime(a) where a is 5*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 25 11:06 EDT 2024. Contains 371967 sequences. (Running on oeis4.)