The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A334954 a(n) is 1 plus the number of divisors of n. 3
2, 3, 3, 4, 3, 5, 3, 5, 4, 5, 3, 7, 3, 5, 5, 6, 3, 7, 3, 7, 5, 5, 3, 9, 4, 5, 5, 7, 3, 9, 3, 7, 5, 5, 5, 10, 3, 5, 5, 9, 3, 9, 3, 7, 7, 5, 3, 11, 4, 7, 5, 7, 3, 9, 5, 9, 5, 5, 3, 13, 3, 5, 7, 8, 5, 9, 3, 7, 5, 9, 3, 13, 3, 5, 7, 7, 5, 9, 3, 11, 6, 5, 3, 13, 5, 5, 5, 9, 3, 13, 5, 7, 5, 5, 5, 13, 3, 7, 7, 10, 3, 9, 3, 9 (list; graph; refs; listen; history; text; internal format)
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
FORMULA
a(n) = 1 + A000005(n).
a(n) = A337360(n)/A000203(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
Partial sums give A156745.
Sequence in context: A088858 A372627 A113312 * A053475 A140605 A350064
KEYWORD
nonn,easy
AUTHOR
David A. Corneth and Omar E. Pol, Aug 25 2020
STATUS
approved

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 May 18 14:27 EDT 2024. Contains 372630 sequences. (Running on oeis4.)