login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A120307 Inverse determinant of n X n matrix M[i,j] = i*j/(i+j-1). 0
1, 3, 60, 10500, 18522000, 359400888000, 81408613942656000, 224737840779305293440000, 7812628980363223707442752000000, 3508978524227146242839564498172672000000 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(n) = 1/Det[ Table[ i*j/(i+j-1), {i, n}, {j, n}]]. a(n+1)/a(n) = A000891[n] = (2n)!(2n+1)! / (n! (n+1)!)^2 = (2n+1)*CatalanNumber[n]^2 = (2n+1)*A000108[n]^2 = C(2n+1,n+1)*CatalanNumber[n] = A001700[n]*A000108[n].

MATHEMATICA

Table[ 1/Det[ Table[ i*j/(i+j-1), {i, n}, {j, n}]], {n, 1, 12}]

CROSSREFS

Cf. A000108, A000891, A001700.

Sequence in context: A201699 A006821 A165626 * A022915 A093883 A203468

Adjacent sequences:  A120304 A120305 A120306 * A120308 A120309 A120310

KEYWORD

nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Jul 15 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 12:38 EST 2012. Contains 206021 sequences.