A120291 Numerator of determinant of n X n matrix with elements M[i,j] = (1+Prime[i])/Prime[i] if i=j and 1 otherwise.
3, 1, 11, 3, 29, 1, 59, 1, 101, 1, 1, 3, 239, 47, 1, 191, 21, 251, 569, 64, 1, 12, 25, 482, 1061, 1, 1, 98, 1481, 797, 1721, 926, 3, 8, 3, 1214, 1, 458, 1, 1544, 99, 1724, 1213, 1916, 1, 2, 1, 3, 4889, 853, 5351, 1, 49, 3041, 2113, 3301, 6871, 3571, 2473, 10, 2661
Offset: 1
Programs
-
Mathematica
Numerator[Table[Det[DiagonalMatrix[Table[1/Prime[i],{i,1,n}]]+1],{n,1,70}]] Table[Numerator[(1+Sum[Prime[k],{k,1,n}])/Product[Prime[k],{k,1,n}]],{n,1,100}]
Comments