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

Number of n X n matrices with exactly 2 1's in each row, other entries 0.
2

%I #19 Dec 17 2016 10:30:23

%S 0,1,27,1296,100000,11390625,1801088541,377801998336,101559956668416,

%T 34050628916015625,13931233916552734375,6831675453247426400256,

%U 3955759092264800909058048,2670419511272061205254504361

%N Number of n X n matrices with exactly 2 1's in each row, other entries 0.

%F a(n) = binomial(n,2)^n.

%t Table[ Binomial[n, 2]^n, {n, 1, 16} ]

%o (PARI) a(n) = binomial(n,2)^n \\ _Charles R Greathouse IV_, Dec 16 2016

%Y Cf. A001499.

%K nonn

%O 1,3

%A Sharon Sela (sharonsela(AT)hotmail.com), Jan 01 2002

%E More terms from _Robert G. Wilson v_, Jan 03 2002