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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A153409 Smaller of 3 consecutive prime numbers such that p1*p2*p3*d1*d2=average of twin prime pairs; p1,p2,p3 consecutive prime numbers; d1(delta)=p2-p1, d2(delta)=p3-p2. 4
2, 3, 19, 61, 229, 499, 677, 1009, 1753, 2089, 2791, 3167, 10657, 12379, 12893, 13477, 15139, 18553, 20551, 21871, 25367, 26227, 26669, 33601, 36781, 36931, 41399, 41413, 43543, 61543, 63331, 63839, 68903, 71993, 75709, 76343, 76471, 86629 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

2*3*5*1*2=60+-1=primes, 3*5*7*2*2=420+-1=primes, 19*23*29*4*6=304152+-1=primes,...

MATHEMATICA

lst={}; Do[p1=Prime[n]; p2=Prime[n+1]; p3=Prime[n+2]; d1=p2-p1; d2=p3-p2; a=p1*p2*p3*d1*d2; If[PrimeQ[a-1]&&PrimeQ[a+1], AppendTo[lst, p1]], {n, 8!}]; lst

CROSSREFS

Cf. A099349, A153374, A153375, A153376, A153377, A153378, A153379, A153406, A153407, A153408

Sequence in context: A171149 A157042 A128968 * A143893 A072263 A009178

Adjacent sequences:  A153406 A153407 A153408 * A153410 A153411 A153412

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Dec 25 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 15 07:58 EST 2012. Contains 205717 sequences.