OFFSET
0,1
COMMENTS
Conjecture: The sequence is infinite.
PROG
(PARI) { b(n) = forstep(k=n\2, 1, -1, if(isprime(k*(n-k)-1), return(k*(n-k)-1))); return(0) }
my(s=7); while(1, print1(s, ", "); s=b(s)) \\ Max Alekseyev, Oct 04 2005
CROSSREFS
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Jul 15 2005
EXTENSIONS
More terms from Max Alekseyev, Oct 04 2005
STATUS
approved