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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A005353 Number of 2 X 2 matrices with entries mod n and nonzero determinant.
(Formerly M4254)
5
0, 6, 48, 168, 480, 966, 2016, 3360, 5616, 8550, 13200, 17832, 26208, 34566, 45840, 59520, 78336, 95526, 123120, 147240, 181776, 219846, 267168, 307488, 372000, 433446, 505440, 580776, 682080, 762150, 892800, 999936, 1138368, 1284486 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

REFERENCES

T. Brenner, personal communication.

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

LINKS

T. D. Noe, Table of n, a(n) for n=1..1000

FORMULA

a(n) = n^4 - A020478(n).

For prime n, a(n)=(n^2-1)(n-1)n - T. D. Noe (noe(AT)sspectra.com), Jan 12 2006

MATHEMATICA

Table[cnt=0; Do[m={{a, b}, {c, d}}; If[Det[m, Modulus->p] > 0, cnt++ ], {a, 0, p-1}, {b, 0, p-1}, {c, 0, p-1}, {d, 0, p-1}]; cnt, {p, 37}] (Noe)

CROSSREFS

Cf. A059306, A062801.

Sequence in context: A052651 A153796 A167547 * A047927 A059238 A026695

Adjacent sequences:  A005350 A005351 A005352 * A005354 A005355 A005356

KEYWORD

nonn,nice

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), R. K. Guy

EXTENSIONS

More terms from 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:49 EST 2012. Contains 205824 sequences.