login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A115222 Number of 3 X 3 matrices over Z(n) having nonzero determinant. 2
0, 168, 11232, 161280, 1488000, 7170552, 33784128, 106659840, 327525120, 839997000, 2124276000, 4307378688, 9726417792, 18401146008, 34512588000 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

See A064767 for the number of invertible matrices.

FORMULA

a(n)=n^9-A115221(n). For prime n, a(n)=A064767(n)=n^3 (n-1)^3 (n+1) (n^2+n+1)

MATHEMATICA

Table[cnt=0; Do[m={{a, b, c}, {d, e, f}, {g, h, i}}; If[Det[m, Modulus->n]>0, cnt++ ], {a, 0, n-1}, {b, 0, n-1}, {c, 0, n-1}, {d, 0, n-1}, {e, 0, n-1}, {f, 0, n-1}, {g, 0, n-1}, {h, 0, n-1}, {i, 0, n-1}]; cnt, {n, 2, 7}]

CROSSREFS

Sequence in context: A006363 A019286 A064767 * A035827 A075920 A181202

Adjacent sequences:  A115219 A115220 A115221 * A115223 A115224 A115225

KEYWORD

nonn

AUTHOR

T. D. Noe (noe(AT)sspectra.com), Jan 16 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 08:44 EST 2012. Contains 205998 sequences.