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!)
A101768 Numbers n such that n, 2n+1, 3n+2, 4n+3, 5n+4, 6n+5, 7n+6 are primes. 5
2894219, 5246009, 8189999, 8678669, 13951559, 18160379, 24765509, 38911949, 40645919, 60041519, 64523969, 108405989, 124028309, 126392699, 132767039, 142738679, 189142589, 242024369, 248451839, 325561319, 354218759, 392136359 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
a={}; Do[p=Prime[n]; If[PrimeQ[p*2+1] && PrimeQ[p*3+2] && PrimeQ[p*4+3] && PrimeQ[p*5+4] && PrimeQ[p*6+5] && PrimeQ[p*7+6], AppendTo[a, p]], {n, 1, 17^5}]; Print[a]; - Vladimir Joseph Stephan Orlovsky, Apr 29 2008
Select[Range[4*10^8], And@@PrimeQ[#*Range[7]+Range[0, 6]]&] (* Harvey P. Dale, Jul 22 2011 *)
CROSSREFS
Sequence in context: A204524 A321669 A237944 * A101769 A237210 A209795
KEYWORD
nonn,easy
AUTHOR
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:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)