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!)
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; text; internal format)
OFFSET
1,5
COMMENTS
Is a(n) always of the form 2^u*3^v?
LINKS
PROG
(PARI) for(n=1, 70, print1(numerator(matdet(matrix(n, n, i, j, 1/(i*j+i+j)))), ", "))
CROSSREFS
Sequence in context: A278578 A368266 A338681 * A173008 A298828 A114917
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Apr 21 2002
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 July 11 09:16 EDT 2024. Contains 374227 sequences. (Running on oeis4.)