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!)
A107405 Numbers n such that 109*n + 107 is prime. 1
0, 6, 18, 20, 44, 50, 56, 78, 98, 104, 110, 120, 126, 134, 138, 144, 170, 174, 180, 188, 204, 218, 240, 246, 254, 258, 260, 266, 270, 284, 296, 306, 308, 324, 348, 354, 386, 396, 408, 410, 414, 420, 450, 456, 464, 476, 488, 510, 518, 524, 534, 540, 546, 554 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
107 and 109 are twin primes.
LINKS
EXAMPLE
If n=104, then 109*n + 107 = 11443 (prime).
MATHEMATICA
Select[Range[0, 600], PrimeQ[109#+107 ]&] (* Harvey P. Dale, Oct 06 2017 *)
PROG
(Magma) [n: n in [0..100000] | IsPrime(109*n + 107)] // Vincenzo Librandi, Nov 13 2010
(PARI) is(n)=isprime(109*n+107) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A108762 A088724 A124276 * A077663 A025163 A186889
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, May 25 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 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)