login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A101769 Numbers n such that n, 2n+1, 3n+2, 4n+3, 5n+4, 6n+5, 7n+6, 8n+7 are primes. 2
2894219, 60041519, 64523969, 242024369, 407874179, 1092040949, 1092075389, 1674689729, 2281060319, 5035134509, 5329406669, 5683382879, 5792424329, 6000216809, 6380217479, 10409580719, 11488703939, 13745865209, 14181824369 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

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]&&PrimeQ[p*8+7], AppendTo[a, p]], {n, 1, 10^7}]; Print[a]; - Vladimir Orlovsky (4vladimir(AT)gmail.com), Apr 29 2008

CROSSREFS

Cf. A000040, A005384, A067256-A067258, A101767-A101770.

Sequence in context: A204789 A204524 A101768 * A205292 A205900 A071369

Adjacent sequences:  A101766 A101767 A101768 * A101770 A101771 A101772

KEYWORD

nonn,easy

AUTHOR

Jonathan Vos Post (jvospost3(AT)gmail.com) and Ray Chandler (rayjchandler(AT)sbcglobal.net), Dec 31 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 16:49 EST 2012. Contains 206058 sequences.