OFFSET
1,1
COMMENTS
Composite terms of A120292 are listed in A141781 = {3599, 118477, 210589, 971573, 1164103, 1901959, 2446681, 3230069, ...}.
Note that all listed terms correspond to semiprimes, for example: 3599 = 59*61, 118477 = 257*461, 210589 = 251*839, 971573 = 643*1511.
Conjecture: All composite terms of A120292 are semiprime.
MATHEMATICA
Do[f=Numerator[Abs[(1 - Sum[Prime[k] + 1, {k, 1, n}])/Product[Prime[k] + 1, {k, 1, n}] ]]; If[ !PrimeQ[f]&&!(f==1), Print[{n, f, FactorInteger[f]}]], {n, 1, 8212}]
PROG
(PARI) for(n=1, 100, t=abs(numerator(matdet(matrix(n, n, i, j, if(i==j, prime(i)/(1+prime(i)), 1))))); if(t>3 && !isprime(t), print1(n", "))) \\ Charles R Greathouse IV, Feb 07 2013
CROSSREFS
Cf. A120292 = Absolute value of numerator of determinant of n X n matrix with elements M[i, j] = prime(i)/(1+prime(I)) if i=j and 1 otherwise.
KEYWORD
nonn
AUTHOR
Alexander Adamchuk, Jul 04 2008
STATUS
approved