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!)
A107400 Numbers k such that 107*k + 109 is prime. 0
0, 6, 14, 24, 30, 32, 42, 44, 56, 60, 80, 86, 90, 122, 126, 134, 146, 162, 164, 182, 186, 204, 224, 234, 242, 246, 252, 266, 276, 284, 290, 294, 302, 312, 330, 336, 354, 356, 360, 374, 386, 416, 422, 426, 440, 450, 452, 464, 482, 494, 500, 504, 506, 510, 554 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
107 and 109 are twin primes.
LINKS
EXAMPLE
If k=60, then 107*k + 109 = 6529 (prime).
MATHEMATICA
Select[Range[0, 600], PrimeQ[107 # + 109] &] (* Michael De Vlieger, Jan 20 2018 *)
PROG
(PARI) isA107400(n) = isprime(107*n+109)
(Magma) [n: n in [0..100000] | IsPrime(107*n + 109)] // Vincenzo Librandi, Nov 13 2010
CROSSREFS
Sequence in context: A022824 A005281 A120345 * A028557 A104675 A083657
KEYWORD
nonn
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)