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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A115077 Number of 2 X 2 symmetric matrices over Z(n) having nonzero determinant. 2
0, 4, 18, 44, 100, 180, 294, 432, 630, 900, 1210, 1548, 2028, 2548, 3150, 3744, 4624, 5436, 6498, 7500, 8820, 10164, 11638, 13104, 14900, 16900, 18792, 20972, 23548, 26100, 28830, 31360, 34848, 38148, 41650, 44676, 49284, 53428, 57798, 62000 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(n)=n^3-A115075(n). For squarefree n, a(n)=(n-1)n^2.

MATHEMATICA

Table[cnt=0; Do[m={{a, b}, {b, c}}; If[Det[m, Modulus->n]>0, cnt++ ], {a, 0, n-1}, {b, 0, n-1}, {c, 0, n-1}]; cnt, {n, 50}]

CROSSREFS

Cf. A005353 (number of 2 X 2 matrices over Z(n) having nonzero determinant).

Sequence in context: A187297 A126283 A023618 * A066153 A023650 A163188

Adjacent sequences:  A115074 A115075 A115076 * A115078 A115079 A115080

KEYWORD

nonn

AUTHOR

T. D. Noe (noe(AT)sspectra.com), Jan 12 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 13 12:30 EST 2012. Contains 205469 sequences.