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”).

A066300
Number of n X n matrices with exactly 2 1's in each row, other entries 0.
2
0, 1, 27, 1296, 100000, 11390625, 1801088541, 377801998336, 101559956668416, 34050628916015625, 13931233916552734375, 6831675453247426400256, 3955759092264800909058048, 2670419511272061205254504361
OFFSET
1,3
FORMULA
a(n) = binomial(n,2)^n.
MATHEMATICA
Table[ Binomial[n, 2]^n, {n, 1, 16} ]
PROG
(PARI) a(n) = binomial(n, 2)^n \\ Charles R Greathouse IV, Dec 16 2016
CROSSREFS
Cf. A001499.
Sequence in context: A104206 A327596 A163568 * A273518 A075547 A167732
KEYWORD
nonn
AUTHOR
Sharon Sela (sharonsela(AT)hotmail.com), Jan 01 2002
EXTENSIONS
More terms from Robert G. Wilson v, Jan 03 2002
STATUS
approved