A372792 Number of divisors of 12n; a(n) = tau(12*n) = A000005(12*n).
6, 8, 9, 10, 12, 12, 12, 12, 12, 16, 12, 15, 12, 16, 18, 14, 12, 16, 12, 20, 18, 16, 12, 18, 18, 16, 15, 20, 12, 24, 12, 16, 18, 16, 24, 20, 12, 16, 18, 24, 12, 24, 12, 20, 24, 16, 12, 21, 18, 24, 18, 20, 12, 20, 24, 24, 18, 16, 12, 30, 12, 16, 24, 18, 24, 24
Offset: 1
Keywords
Links
- Antti Karttunen, Table of n, a(n) for n = 1..20000
- Vaclav Kotesovec, Graph - the asymptotic ratio (100000 terms)
Crossrefs
Programs
-
Mathematica
Table[DivisorSigma[0, 12*n], {n, 1, 150}]
-
PARI
A372792(n) = numdiv(12*n); \\ Antti Karttunen, Jul 19 2024
Formula
Sum_{k=1..n} a(k) ~ (40*n*(log(n) + 2*gamma - 1) + n*(20*log(2) + 8*log(3))) / 12, where gamma is the Euler-Mascheroni constant A001620.
Comments