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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A115076 Number of 2 X 2 symmetric matrices over Z(n) having determinant 1. 1
1, 4, 6, 12, 30, 24, 42, 48, 54, 120, 110, 72, 182, 168, 180, 192, 306, 216, 342, 360, 252, 440, 506, 288, 750, 728, 486, 504, 870, 720, 930, 768, 660, 1224, 1260, 648, 1406, 1368, 1092, 1440, 1722, 1008, 1806, 1320, 1620, 2024, 2162, 1152, 2058, 3000 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

a(1)=1 because the matrix of all zeros has determinant 0, but 0=1 (mod 1).

MATHEMATICA

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

CROSSREFS

Cf. A000056 (order of the group SL(2, Z_n)).

Sequence in context: A095969 A090608 A197467 * A126259 A092320 A056495

Adjacent sequences:  A115073 A115074 A115075 * A115077 A115078 A115079

KEYWORD

mult,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 15 16:21 EST 2012. Contains 205823 sequences.