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!)
A153376 Smaller of two consecutive prime numbers such that p1*p2*d + d = average of twin prime pairs, d (delta) = p2 - p1. 15
5, 7, 41, 43, 101, 103, 113, 227, 331, 379, 569, 647, 733, 751, 863, 971, 1093, 1123, 1163, 1217, 1381, 1499, 2063, 2131, 2179, 2311, 2357, 2399, 2707, 2711, 3709, 4789, 4817, 5021, 5051, 5171, 5479, 5501, 5987, 6011, 6827, 6949, 6967, 7103, 7213, 7477 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A153377 for the corresponding larger prime.
LINKS
EXAMPLE
5*7*2 + 2 = 72 and 72 +- 1 are primes, so 5 is a term.
7*11*4 + 4 = 312 and 312 +- 1 are primes, so 7 is a term.
MATHEMATICA
lst={}; Do[p1=Prime[n]; p2=Prime[n+1]; d=p2-p1; a=p1*p2*d+d; If[PrimeQ[a-1]&&PrimeQ[a+1], AppendTo[lst, p1]], {n, 7!}]; lst
CROSSREFS
Sequence in context: A340818 A242241 A257745 * A235139 A263448 A235365
KEYWORD
nonn
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 May 8 19:26 EDT 2024. Contains 372341 sequences. (Running on oeis4.)