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!)
A089553 Seventh occurrence where (p-q)/(q-7), p and q are primes. 0
47, 43, 53, 37, 113, 101, 29, 29, 173, 61, 89, 173, 43, 43, 137, 71, 59, 59, 29, 47, 71, 29, 53, 47, 59, 43, 53, 23 (list; graph; refs; listen; history; text; internal format)
OFFSET
7,1
LINKS
PROG
(PARI) \ r is the occurrence desired 1=first, 2=second etc. \d is the amount we take from q diff2sqp2(n, r, d) = { forprime(q=d+1, n, c=0; forprime(p=q+1, n, y=(p-q)/(q-d); if(y==floor(y), if(isprime(y), c++; if(c==r, print1(y", "); break)) ) ) ) }
CROSSREFS
Sequence in context: A033367 A052352 A265673 * A165868 A291513 A345502
KEYWORD
easy,nonn
AUTHOR
Cino Hilliard, Dec 28 2003
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 April 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)