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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A086205 Determinant of n X n matrix M_(i,j)=binomial(i^2, j). 1
1, 1, 6, 360, 302400, 4572288000, 1520925880320000, 13153940405570764800000, 3412910854477066178396160000000, 30107378079113824305786648526848000000000 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

a(n)=prod(k=1, n, (2*k-1)!/(k-1)!)

PROG

(PARI) a(n)=prod(k=1, n, (2*k-1)!/(k-1)!) a(n)=matdet(matrix(n, n, i, j, binomial(i^2, j)))

CROSSREFS

Sequence in context: A202367 A064350 A069945 * A173608 A042759 A188954

Adjacent sequences:  A086202 A086203 A086204 * A086206 A086207 A086208

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Aug 27 2003

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 15 11:56 EST 2012. Contains 205780 sequences.