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!)
A372789 Number of divisors of 9n; a(n) = tau(9*n) = A000005(9*n). 11
3, 6, 4, 9, 6, 8, 6, 12, 5, 12, 6, 12, 6, 12, 8, 15, 6, 10, 6, 18, 8, 12, 6, 16, 9, 12, 6, 18, 6, 16, 6, 18, 8, 12, 12, 15, 6, 12, 8, 24, 6, 16, 6, 18, 10, 12, 6, 20, 9, 18, 8, 18, 6, 12, 12, 24, 8, 12, 6, 24, 6, 12, 10, 21, 12, 16, 6, 18, 8, 24, 6, 20, 6, 12, 12 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Sum_{k=1..n} a(k) ~ (21*n*(log(n) + 2*gamma - 1) + n*6*log(3)) / 9, where gamma is the Euler-Mascheroni constant A001620.
MATHEMATICA
Table[DivisorSigma[0, 9*n], {n, 1, 150}]
PROG
(PARI) A372789(n) = numdiv(9*n); \\ Antti Karttunen, Jul 19 2024
CROSSREFS
Cf. A283123.
Sequence in context: A100000 A083682 A021278 * A336761 A143940 A321773
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, May 13 2024
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 August 14 12:42 EDT 2024. Contains 375164 sequences. (Running on oeis4.)