OFFSET
1,39
COMMENTS
Powers of two not present in A260897: 23, 24, 25, 28, 38, 46, 47, 49, 55, 63, 64, 69, ..., .
LINKS
Robert G. Wilson v, Table of n, a(n) for n = 1..500
EXAMPLE
a(4) = 0 because for n=4 det(M) = 1/144.
a(35) = 1 because for n=35 det(M) equals 2/5029296746186844716050163189085401314000634765625.
MATHEMATICA
f[n_] := Log2@ Numerator@ Det@ Table[ 1/LCM[i, j], {i, n}, {j, n}]; Array[f, 85]
PROG
(PARI) vector(80, n, valuation(denominator(1/matdet(matrix(n, n, i, j, 1/lcm(i, j)))), 2)) \\ Michel Marcus, Aug 04 2015
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Aug 02 2015
STATUS
approved