|
| |
|
|
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, 4, 1, 64, 4, 65536, 512, 33554432, 65536, 68719476736, 6442450944, 9007199254740992, 281474976710656, 220326730624766167090200576, 340010386766614455386112, 486777830487640090174734030864384
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,5
|
|
|
COMMENTS
| Is a(n) always of the form 2^u*3^v?
|
|
|
PROG
| (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 * A173008 A114917 A100864
Adjacent sequences: A069737 A069738 A069739 * A069741 A069742 A069743
|
|
|
KEYWORD
| easy,nonn
|
|
|
AUTHOR
| Benoit Cloitre (benoit7848c(AT)orange.fr), Apr 21 2002
|
| |
|
|