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!)
A260909 Denominator of 1/det(M) where M is the n X n matrix with M[i,j] = 1/gcd(i,j). 1
1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 2, 1, 4, 4, 32, 2, 32, 32, 64, 64, 256, 256, 512, 128, 512, 1024, 2048, 1024, 4096, 16384, 32768, 1024, 4096, 32768, 262144, 131072, 524288, 524288, 4194304, 2097152, 16777216, 33554432, 67108864, 33554432, 268435456, 268435456 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,7
COMMENTS
All terms are powers of two (A000079).
LINKS
MAPLE
seq(denom(1/LinearAlgebra:-Determinant(Matrix(n, n, 1/igcd))), n=1..100); # Robert Israel, Aug 16 2015
MATHEMATICA
f[n_] := 1/Det[ Table[ 1/GCD[i, j], {i, n}, {j, n}]]; Denominator@ Array[f, 46]
PROG
(PARI) vector(50, n, denominator(1/matdet(matrix(n, n, i, j, 1/gcd(i, j))))) \\ Michel Marcus, Aug 07 2015
CROSSREFS
Sequence in context: A158298 A009191 A229969 * A351945 A351943 A114717
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Aug 04 2015
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 September 12 07:34 EDT 2024. Contains 375842 sequences. (Running on oeis4.)