|
Search: id:A069740
|
|
|
| A069740 |
|
Let M_n be the n X n matrix M_(i,j)=1/(i+j+ij); a(n) is the numerator of det(M_n). |
|
+0 1
|
|
| 1, 1, 1, 1, 4, 1, 64, 4, 65536, 512, 33554432, 65536, 68719476736, 6442450944, 9007199254740992, 281474976710656, 220326730624766167090200576, 340010386766614455386112, 486777830487640090174734030864384
(list; graph; listen)
|
|
|
OFFSET
|
1,5
|
|
|
COMMENT
|
Is a(n) always of the form 2^u*3^v?
|
|
PROGRAM
|
(PARI) for(n=1, 70, print1(numerator(matdet(matrix(n, n, i, j, 1/(i*j+i+j)))), ", "))
|
|
CROSSREFS
|
Sequence in context: A060627 A113101 A113112 this_sequence A114917 A100864 A164797
Adjacent sequences: A069737 A069738 A069739 this_sequence A069741 A069742 A069743
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Benoit Cloitre (benoit7848c(AT)orange.fr), Apr 21 2002
|
|
|
Search completed in 0.002 seconds
|