OFFSET
1,1
COMMENTS
The rank of the fundamental group with genus one of the D_2n; cobordism category in dimension 1+1, with D_2n the dihedral group of order 2n. - _C. Segovia_, Dec 05 2012
LINKS
C. Segovia, The classifying space of the 1+1 dimensional G-cobordism category, arXiv:1211.2144 [math.AT], 2012-2013.
FORMULA
a(n) = n + tau(n) if n is odd, (3/2)*n + tau(n) if n is even, where tau(n) = the number of divisors of n (A000005).
MATHEMATICA
a[n_] := If[OddQ[n], n, 3n/2] + DivisorSigma[0, n];
Array[a, 69] (* Jean-François Alcover, Feb 24 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Ahmed Fares (ahmedfares(AT)my-deja.com), Jul 02 2001
EXTENSIONS
Formula and more terms from Vladeta Jovovic, Jul 05 2001
STATUS
approved