The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A064767 Order of automorphism group of the group C_n X C_n X C_n (where C_n is the cyclic group of order n). 14

%I #48 Oct 23 2022 02:54:10

%S 1,168,11232,86016,1488000,1886976,33784128,44040192,221079456,

%T 249984000,2124276000,966131712,9726417792,5675733504,16713216000,

%U 22548578304,111203278848,37141348608,304812862560,127991808000

%N Order of automorphism group of the group C_n X C_n X C_n (where C_n is the cyclic group of order n).

%C Also number of 3 X 3 invertible matrices over the ring Z/nZ. - _Max Alekseyev_, Nov 02 2007

%C Order of the group GL(3,Z_n). For n > 2, a(n) is divisible by 96. - _Jianing Song_, Nov 24 2018

%H T. D. Noe, <a href="/A064767/b064767.txt">Table of n, a(n) for n = 1..1000</a>

%H Geoffrey Critzer, <a href="https://esirc.emporia.edu/handle/123456789/3595">Combinatorics of Vector Spaces over Finite Fields</a>, Master's thesis, Emporia State University, 2018.

%H C. J. Hillar and D. L. Rhea, <a href="http://arxiv.org/abs/math/0605185">Automorphisms of finite abelian groups</a>, arXiv:math/0605185 [math.GR], 2006.

%H C. J. Hillar and D. L. Rhea, <a href="http://www.jstor.org/stable/27642365">Automorphisms of finite abelian groups</a>, Amer. Math. Monthly 114 (2007), no 10, 917-923.

%H J. Overbey, W. Traves and J. Wojdylo, <a href="http://jeff.over.bz/papers/undergrad/on-the-keyspace-of-the-hill-cipher.pdf">On the Keyspace of the Hill Cipher</a>, Cryptologia, Vol. 29 , Iss. 1, 2005.

%H <a href="/index/Gre#groups">Index entries for sequences related to groups</a>.

%F a(n) = phi(n)*A011785(n). - _Vladeta Jovovic_, Oct 29 2001

%F a(n) = n^9*Product_{primes p dividing n} ((1 - 1/p^3)*(1 - 1/p^2)*(1 - 1/p)). This also gives a formula for A011785.

%F Multiplicative with a(p^e) = p^(9*e-6)*(p^3 - 1)*(p^2 - 1)*(p - 1). - _Vladeta Jovovic_, Nov 18 2001

%F Sum_{k=1..n} a(k) ~ c * n^10, where c = (1/10) * Product_{p prime} ((p^7 - p^5 - p^4 + p^2 + p - 1)/p^7) = 0.05123382571... . - _Amiram Eldar_, Oct 23 2022

%t a[n_] := n^9*Times @@ Function[p, (1 - 1/p^3)*(1 - 1/p^2)*(1 - 1/p)] /@ FactorInteger[n][[All, 1]]; a[1] = 1; Array[a, 20] (* _Jean-François Alcover_, Mar 21 2017 *)

%o (PARI) a(n) = n^9*prod(k=2, n, if (!isprime(k) || (n % k), 1, (1-1/k^3)*(1-1/k^2)*(1-1/k))); \\ _Michel Marcus_, Jun 30 2015

%Y Row n=3 of A316622.

%Y Cf. A000010, A064803.

%Y Cf. A000252 (GL(2,Z_n)), A305186 (GL(4,Z_n)).

%Y Cf. A000056 (SL(2,Z_n)), A011785 (SL(3,Z_n)), A011786 (SL(4,Z_n)).

%K nonn,easy,mult

%O 1,2

%A Dan Fux (dan.fux(AT)OpenGaia.com or danfux(AT)OpenGaia.com), Oct 24 2001

%E More terms from _Vladeta Jovovic_, Nov 18 2001

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 25 22:01 EDT 2024. Contains 372806 sequences. (Running on oeis4.)