OFFSET
1,1
COMMENTS
Number of reflection subgroups of the (dihedral) Coxeter group of type I_2(n).
LINKS
Reinhard Zumkeller, Table of n, a(n) for n = 1..10000
FORMULA
a(n) = 1 + A000203(n).
G.f.: x/(1 - x) + Sum_{k>=1} x^k/(1 - x^k)^2. - Ilya Gutkovskiy, Mar 17 2017
EXAMPLE
a(2)=4. If W=<s, t|s^2=t^2=1, st=ts> then the reflection subgroups are {1}, <s>, <t>, <s, t>.
MAPLE
map(1+numtheory:-sigma, [$1..1000]); # Robert Israel, May 29 2015
MATHEMATICA
Table[1 + DivisorSigma[1, n], {n, 100}] (* Robert Price, May 29 2015 *)
PROG
(Haskell)
a088580 = (+ 1) . a000203 -- Reinhard Zumkeller, Dec 20 2014
(Magma) [1+SumOfDivisors(n): n in [1..100]]; // Vincenzo Librandi, May 30 2015
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
James East, Nov 20 2003
STATUS
approved