A037852 Number of normal subgroups of dihedral group with 2n elements.
2, 5, 3, 6, 3, 7, 3, 7, 4, 7, 3, 9, 3, 7, 5, 8, 3, 9, 3, 9, 5, 7, 3, 11, 4, 7, 5, 9, 3, 11, 3, 9, 5, 7, 5, 12, 3, 7, 5, 11, 3, 11, 3, 9, 7, 7, 3, 13, 4, 9, 5, 9, 3, 11, 5, 11, 5, 7, 3, 15, 3, 7, 7, 10, 5, 11, 3, 9, 5, 11, 3, 15, 3, 7, 7
Offset: 1
Examples
a(4) = 6 since D_8 = <a, x | a^4 = x^2 = 1, x*a*x = a^(-1)> has 6 normal subgroups: {e}, {e,a^2}, {e,a,a^2,a^3}, {e,a^2,x,a^2*x}, {e,a^2,a*x,a^3*x} and D_8. The 4 subgroups {e,x}, {e,a*x}, {e,a^2*x} and {e,a^3*x} are not normal. - _Jianing Song_, Jul 21 2022
Links
- Antti Karttunen, Table of n, a(n) for n = 1..1001
- Keith Conrad, Dihedral Groups II
- The Group Properties Wiki, Subgroup structure of dihedral groups
- Index entries for sequences related to groups
Programs
-
PARI
a(n) = numdiv(n) + 2 + (-1)^n \\ Michel Marcus, Jul 30 2013
Formula
a(n) = d(n) + 2 + (-1)^n. - Paul Boddington, Feb 02 2004
Extensions
More terms from Michel Marcus, Jul 30 2013
Comments