login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A069649
Let M_n be the n X n matrix with M_n(i,j)=i^3/(i+j); then a(n)=1/det(M_n).
0
2, 9, 200, 30625, 38896200, 461231139600, 55435389494284800, 71735516141608609290000, 1046764828663084040608098000000, 178655433262265936739987483031412640000
OFFSET
1,1
PROG
(PARI) for(n=1, 15, print1(1/matdet(matrix(n, n, i, j, i^3/(j+i))), ", "))
CROSSREFS
Sequence in context: A123625 A216692 A367901 * A111832 A114563 A217017
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Apr 21 2002
STATUS
approved