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!)
A108902 Numbers n such that 23*n + 2357 is prime. 1
0, 12, 24, 28, 42, 48, 58, 70, 72, 82, 84, 94, 100, 102, 112, 124, 130, 132, 138, 142, 144, 150, 160, 168, 174, 178, 198, 210, 220, 240, 258, 264, 268, 300, 304, 312, 328, 334, 340, 342, 352, 354, 364, 370, 412, 418, 424, 444, 454, 462, 468, 474, 480, 490, 502 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
If n=0 then 23*n + 2357 = 2357 (prime).
If n=82 then 23*n + 2357 = 4243 (prime).
MATHEMATICA
Select[Range[0, 600], PrimeQ[23#+2357]&] (* Harvey P. Dale, May 23 2020 *)
PROG
(Magma) [n: n in [0..10000] |IsPrime(23*n + 2357)] - Vincenzo Librandi, Nov 13 2010
(PARI) is(n)=isprime(23*n+2357) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A239673 A208158 A361155 * A126935 A333918 A334665
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 April 24 04:02 EDT 2024. Contains 371918 sequences. (Running on oeis4.)