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!)
A306509 a(n) is the number of divisors of the sum of digits of n. 3
1, 2, 2, 3, 2, 4, 2, 4, 3, 1, 2, 2, 3, 2, 4, 2, 4, 3, 4, 2, 2, 3, 2, 4, 2, 4, 3, 4, 2, 2, 3, 2, 4, 2, 4, 3, 4, 2, 6, 3, 2, 4, 2, 4, 3, 4, 2, 6, 2, 2, 4, 2, 4, 3, 4, 2, 6, 2, 4, 4, 2, 4, 3, 4, 2, 6, 2, 4, 4, 2, 4, 3, 4, 2, 6, 2, 4, 4, 5, 4, 3, 4, 2, 6, 2, 4, 4, 5, 2, 3, 4, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A000005(A007953(n)).
a(10*n) = a(n). - Rémy Sigrist, Feb 25 2019
EXAMPLE
a(17) = A000005(A007953(17)) = A000005(8) = 4.
MATHEMATICA
Table[DivisorSigma[0, Total[IntegerDigits[n]]], {n, 120}] (* Harvey P. Dale, Aug 03 2021 *)
PROG
(PARI) a(n) = numdiv(sumdigits(n)); \\ Michel Marcus, Feb 20 2019
CROSSREFS
Sequence in context: A327536 A341946 A339915 * A083867 A076888 A357171
KEYWORD
nonn,base
AUTHOR
Ctibor O. Zizka, Feb 20 2019
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 April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)