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!)
A062558 Number of nonisomorphic cyclic subgroups of dihedral group with 2n elements. 1

%I #16 Feb 19 2024 10:32:16

%S 2,2,3,3,3,4,3,4,4,4,3,6,3,4,5,5,3,6,3,6,5,4,3,8,4,4,5,6,3,8,3,6,5,4,

%T 5,9,3,4,5,8,3,8,3,6,7,4,3,10,4,6,5,6,3,8,5,8,5,4,3,12,3,4,7,7,5,8,3,

%U 6,5,8,3,12,3,4,7,6,5,8,3,10,6,4,3,12,5,4,5,8,3,12,5,6,5,4,5,12,3,6,7,9,3

%N Number of nonisomorphic cyclic subgroups of dihedral group with 2n elements.

%H Antti Karttunen, <a href="/A062558/b062558.txt">Table of n, a(n) for n = 1..1001</a>

%F a(n) = A000005(n) + A000035(n) = tau(n)+(n mod 2), where tau(n) = the number of divisors of n.

%o (PARI) a(n) = numdiv(n) + (n % 2) \\ _Michel Marcus_, Jun 17 2013

%Y Cf. A000005, A000045, A023645, A062249 (labeled case).

%Y One more than A076984.

%K nonn

%O 1,1

%A _Vladeta Jovovic_, Jul 03 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 April 16 03:28 EDT 2024. Contains 371696 sequences. (Running on oeis4.)