OFFSET
1,1
COMMENTS
a(n) is the number of times that every divisor of n occurs in the coordinates of divisors of n mentioned in A337360 (Corneth).
a(n) = 3 if and only if n is prime.
a(n) is even if and only if n is a square.
a(n) is the number of characteristic subgroups of the dihedral group D_2n. - Firdous Ahmad Mala, Dec 25 2021
LINKS
David A. Corneth, Table of n, a(n) for n = 1..10000
FORMULA
a(n) = 1 + A000005(n).
a(n) = A212356(n) for n >= 3. - Ilya Gutkovskiy, Aug 27 2020
MATHEMATICA
1 + DivisorSigma[0, Range[105]] (* Michael De Vlieger, Sep 11 2020 *)
PROG
(PARI) a(n) = numdiv(n) + 1
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
David A. Corneth and Omar E. Pol, Aug 25 2020
STATUS
approved