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”).
%I #4 Mar 30 2012 18:40:37
%S 1,-40,-8505,9765625,0
%N Determinant of n X n matrix of first n^2 nonzero terms of A000332 binomial coefficients binomial(n,4).
%C a(5) = 5^10.
%e a(3) = -8505 =
%e |..1...5..15|
%e |.35..70.126|
%e |210.330.495|.
%e a(4) = 0 because of the singular matrix 0 =
%e |.1...3...6..10|
%e |15..21..28..36|
%e |45..55..66..78|
%e |91.105.120.136|.
%Y Cf. A000217, A119493.
%K easy,sign
%O 1,2
%A _Jonathan Vos Post_, May 27 2006