The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A240716 Both 1 + 6 n and 6 + 35 n are prime. 1
1, 5, 7, 13, 17, 23, 25, 35, 37, 55, 61, 91, 95, 101, 121, 131, 137, 143, 161, 175, 187, 221, 233, 245, 257, 271, 311, 335, 391, 395, 397, 443, 445, 451, 461, 475, 511, 527, 545, 557, 577, 583, 641, 653, 683, 685, 703, 737, 761, 773, 787, 797, 805 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The consecutive integers 35 + 210 a(n) and 36 + 210 a(n) are both products of three primes (distinct if n > 1).
LINKS
MAPLE
A240716 := select(t -> andmap(isprime, [1+6*t, 6+35*t]), [$1..N]); # Robert Israel, Apr 10 2014
MATHEMATICA
Select[Range[1000], PrimeQ[6 # + 1] && PrimeQ[35 # + 6] &] (* Vincenzo Librandi, Jul 01 2014 *)
PROG
(Magma) [n: n in [0..1000] | IsPrime(6*n+1) and IsPrime(35*n+6)]; // Vincenzo Librandi, Jul 01 2014
CROSSREFS
Cf. A215217.
Sequence in context: A314322 A028311 A335075 * A216773 A216745 A087155
KEYWORD
nonn
AUTHOR
Robert Israel, Apr 10 2014
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 May 16 17:27 EDT 2024. Contains 372554 sequences. (Running on oeis4.)