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

%I #5 Mar 30 2012 18:38:57

%S 1,1,1,1,4,1,64,4,65536,512,33554432,65536,68719476736,6442450944,

%T 9007199254740992,281474976710656,220326730624766167090200576,

%U 340010386766614455386112,486777830487640090174734030864384

%N 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).

%C Is a(n) always of the form 2^u*3^v?

%o (PARI) for(n=1,70,print1(numerator(matdet(matrix(n,n,i,j,1/(i*j+i+j)))),","))

%K easy,nonn

%O 1,5

%A _Benoit Cloitre_, Apr 21 2002

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 April 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)