The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A100201 Primes of the form 23n+3. 13

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

%S 3,233,463,509,601,647,739,877,1061,1153,1291,1429,1567,1613,1889,

%T 2027,2441,2579,2671,3361,3407,3499,3637,3821,4051,4327,4373,4603,

%U 4649,4787,5431,5477,5569,6029,6121,6397,6581,6673,6719,6857,6949,7547,7639,7823

%N Primes of the form 23n+3.

%H Vincenzo Librandi, <a href="/A100201/b100201.txt">Table of n, a(n) for n = 1..10000</a>

%t Select[Range[3,10000,23],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Apr 05 2011 *)

%o (Magma) [ a: n in [0..400] | IsPrime(a) where a is 23*n+3 ]; // _Vincenzo Librandi_, Dec 07 2011

%Y Cf. A040984, A141908.

%K nonn,easy

%O 1,1

%A Jun Mizuki (suzuki32(AT)sanken.osaka-u.ac.jp), Dec 27 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 May 20 10:42 EDT 2024. Contains 372712 sequences. (Running on oeis4.)