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!)
A108901 Numbers n such that 2357*n + 23 is prime. 1
0, 10, 12, 24, 42, 48, 54, 60, 94, 100, 102, 112, 114, 118, 142, 174, 202, 244, 250, 252, 258, 280, 334, 340, 352, 378, 382, 384, 390, 408, 430, 432, 448, 450, 462, 478, 520, 522, 532, 534, 544, 558, 564, 592, 594, 660, 672, 684, 688, 712, 720, 724, 730, 760 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
If n=0 then 2357*n + 23 = 23 (prime).
If n=100 then 2357*n + 23 = 235723 (prime).
MATHEMATICA
Select[Range[0, 800], PrimeQ[2357#+23]&] (* Harvey P. Dale, Jun 19 2013 *)
PROG
(Magma) [n: n in [0..10000] |IsPrime(2357*n + 23)] - Vincenzo Librandi, Nov 13 2010
(PARI) is(n)=isprime(2357*n+23) \\ Charles R Greathouse IV, Jun 12 2017
CROSSREFS
Sequence in context: A087697 A241177 A140972 * A372488 A073083 A129508
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Jul 16 2005
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 August 27 11:45 EDT 2024. Contains 375468 sequences. (Running on oeis4.)