login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A065499 Noninvertible 3 X 3 matrices over Z_n. 1
0, 344, 8451, 176128, 465125, 8190720, 6569479, 90177536, 166341033, 750016000, 233671691, 4193648640, 878081581, 14985313280, 21730143375, 46170898432, 7384597649, 161217941760, 17874835219, 384008192000, 414816720885 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = n^9 - A064767(n) = n^9 - n^9 * product (1-1/p^3)*(1-1/p^2)*(1-1/p) where the product is over all the primes p that divide n.
MATHEMATICA
f[n_] := (g = First[ Transpose[ FactorInteger[n]]]; n^9*(1 - Apply[ Times, 1 - 1/g] Apply[ Times, 1 - 1/g^2] Apply[ Times, 1 - 1/g^3])); Table[ f[n], {n, 1, 22} ]
CROSSREFS
Sequence in context: A186935 A340173 A115221 * A183673 A231028 A185746
KEYWORD
nonn
AUTHOR
Dan Fux (dan.fux(AT)OpenGaia.com or danfux(AT)OpenGaia.com), Nov 25 2001
EXTENSIONS
More terms from Robert G. Wilson v, Nov 30 2001
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 10 01:03 EDT 2024. Contains 372354 sequences. (Running on oeis4.)