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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066589 Let u_n be the group of units mod n (invertible elements in the ring Z_n); a(n) is the number of cyclic subgroups in u_n. 0
1, 1, 2, 2, 3, 2, 4, 4, 4, 3, 4, 4, 6, 4, 6, 6, 5, 4, 6, 6, 8, 4, 4, 8, 6, 6, 6, 8, 6, 6, 8, 5, 12, 8 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

PROG

(GAP) c := CyclicGroup(n); aut := AutomorphismGroup(c); ccl := ConjugacyClasses( aut ); ord := List( ccl, x -> Order( Representative( x ) ) ); num := Sum( List( [ 1 .. Length( ccl ) ], i -> Size( ccl[i] ) / Phi( ord[i] ) ) );

CROSSREFS

Sequence in context: A140060 A164341 A124771 * A007897 A180783 A106289

Adjacent sequences:  A066586 A066587 A066588 * A066590 A066591 A066592

KEYWORD

nonn

AUTHOR

Sharon Sela (sharonsela(AT)hotmail.com), Jan 08 2002

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:56 EST 2012. Contains 205825 sequences.