login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A197487 Number of nonsingular n X n matrices with elements from {0,1,2}. 1

%I #25 Aug 03 2014 14:01:34

%S 2,50,12792,30844560

%N Number of nonsingular n X n matrices with elements from {0,1,2}.

%t (* 2x2 case *) cnt = 0; Do[d = Det[{{a, b}, {c, d}}]; If[d != 0, cnt++], {a, 0, 2}, {b, 0, 2}, {c, 0, 2}, {d, 0, 2}]; cnt (* _T. D. Noe_, Nov 29 2011 *)

%Y Cf. A055165, A056989.

%K nonn,more

%O 1,1

%A _Roger Hui_, Nov 29 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 12:28 EDT 2024. Contains 371969 sequences. (Running on oeis4.)