login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
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 December 7 08:27 EST 2023. Contains 367645 sequences. (Running on oeis4.)