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!)
A141918 Primes congruent to 14 mod 23. 1
37, 83, 313, 359, 727, 773, 911, 1049, 1187, 1279, 1601, 1693, 1831, 1877, 2153, 2383, 2521, 2659, 2797, 2843, 3119, 3257, 3533, 3671, 3947, 4177, 4591, 4637, 4729, 5051, 5189, 5281, 5419, 5557, 5741, 5879, 6247, 6569, 6661, 6983, 7121, 7213, 7351, 7489 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) ~ 22n log n. - Charles R Greathouse IV, Jul 03 2016
MATHEMATICA
Select[Range[14, 10000, 23], PrimeQ] (* Vladimir Joseph Stephan Orlovsky, Apr 05 2011 *)
PROG
(Magma) [p: p in PrimesUpTo(9000) | p mod 23 eq 14 ]; // Vincenzo Librandi, Aug 16 2012
(PARI) is(n)=isprime(n) && n%23==14 \\ Charles R Greathouse IV, Jul 03 2016
CROSSREFS
Sequence in context: A323428 A299217 A172193 * A063325 A044175 A044556
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jul 11 2008
STATUS
approved

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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)