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!)
A100203 Primes of the form 37n+3. 3

%I #11 Sep 08 2022 08:45:15

%S 3,151,373,521,743,1039,1187,1409,1483,2297,2371,2593,2741,2963,3037,

%T 3259,3407,3851,4073,4517,4591,4813,5479,5701,5849,5923,6367,6737,

%U 6959,7477,7699,8069,8291,8513,9623,9697,10067,10141,10289,10733,11177,11251

%N Primes of the form 37n+3.

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

%t Select[37 Range[0,400]+3, PrimeQ] (* _Harvey P. Dale_, Mar 24 2011 *)

%o (Magma) [ a: n in [0..400] | IsPrime(a) where a is 37*n+3 ]; // _Vincenzo Librandi_, Jul 18 2012

%K nonn,easy

%O 1,1

%A Jun Mizuki (suzuki32(AT)sanken.osaka-u.ac.jp), Dec 28 2004

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