A066300 Number of n X n matrices with exactly 2 1's in each row, other entries 0.
0, 1, 27, 1296, 100000, 11390625, 1801088541, 377801998336, 101559956668416, 34050628916015625, 13931233916552734375, 6831675453247426400256, 3955759092264800909058048, 2670419511272061205254504361
Offset: 1
Keywords
Crossrefs
Cf. A001499.
Programs
-
Mathematica
Table[ Binomial[n, 2]^n, {n, 1, 16} ]
-
PARI
a(n) = binomial(n,2)^n \\ Charles R Greathouse IV, Dec 16 2016
Formula
a(n) = binomial(n,2)^n.
Extensions
More terms from Robert G. Wilson v, Jan 03 2002