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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A141592 Numbers n such that n, n+210*1, n+210*2, n+210*3, n+210*4 are averages of pairs of twin primes. 0
1308498, 3042492, 3042702, 7445310, 20031102, 31572522, 44687988, 54266292 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

1308498 and 1308708, 1308918, 1309128, 1309338 are averages of twin primes,.

3042492 and 3042702, 3042912, 3043122, 3043332 are averages of twin primes.

MATHEMATICA

q=210; lst={}; Do[If[PrimeQ[n-1]&&PrimeQ[n+1]&&PrimeQ[n+q*1-1]&&PrimeQ[n+q*1+1]&&PrimeQ[n+q*2-1]&&PrimeQ[n+q*2+1]&&PrimeQ[n+q*3-1]&&PrimeQ[n+q*3+1]&&PrimeQ[n+q*4-1]&&PrimeQ[n+q*4+1], AppendTo[lst, n]], {n, 10^8}]; lst

CROSSREFS

Sequence in context: A204537 A186138 A066702 * A116495 A179584 A203868

Adjacent sequences:  A141589 A141590 A141591 * A141593 A141594 A141595

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Aug 20 2008

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Aug 24 2008

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 14 18:47 EST 2012. Contains 205663 sequences.