The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A096732 a(n)=det(M_n) where M_n is the n X n matrix m(i,j)=i^j*j^i. 0
1, 12, 4284, 84720384, 148993369113600, 34155172566092379340800, 1406681240638328150516203644518400, 13722109275339434419337247034130459935742361600 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Conjecture: lim_{n->oo} a(n)^(1/n^2)/n = 2*exp(-3/2). - Vaclav Kotesovec, Apr 19 2024
MATHEMATICA
Table[Det[Table[i^j j^i, {i, n}, {j, n}]], {n, 8}] (* Harvey P. Dale, Jun 26 2021 *)
PROG
(PARI) for(n=1, 10, print1(matdet(matrix(n, n, i, j, i^j*j^i)), ", "))
CROSSREFS
Sequence in context: A099186 A307944 A105067 * A127233 A169657 A287889
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, May 30 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 June 7 20:29 EDT 2024. Contains 373206 sequences. (Running on oeis4.)