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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A115225 Number of 3 X 3 symmetric matrices over Z(n) having nonzero determinant. 2
0, 28, 468, 2688, 12400, 37260, 100548, 215040, 454896, 883900, 1609300, 2618496, 4453488, 6913900, 10548900, 15138816, 22713088, 31256604, 44563284, 59459200, 81302760, 107538508, 141587908, 178808832, 232500000, 295476220, 368465760 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(n)=n^6-A115223(n). For prime n, a(n)=(n^3-1)(n-1)n^2.

MATHEMATICA

Table[cnt=0; Do[m={{a, b, c}, {b, d, e}, {c, e, f}}; 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}]; cnt, {n, 2, 20}]

CROSSREFS

Cf. A115222 (number of 3 X 3 matrices over Z(n) having nonzero determinant).

Sequence in context: A160060 A115226 A086782 * A140107 A028170 A076172

Adjacent sequences:  A115222 A115223 A115224 * A115226 A115227 A115228

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 16 06:27 EST 2012. Contains 205860 sequences.