login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A372790
a(n) = tau(10*n) = A000005(10*n).
10
4, 6, 8, 8, 6, 12, 8, 10, 12, 9, 8, 16, 8, 12, 12, 12, 8, 18, 8, 12, 16, 12, 8, 20, 8, 12, 16, 16, 8, 18, 8, 14, 16, 12, 12, 24, 8, 12, 16, 15, 8, 24, 8, 16, 18, 12, 8, 24, 12, 12, 16, 16, 8, 24, 12, 20, 16, 12, 8, 24, 8, 12, 24, 16, 12, 24, 8, 16, 16, 18, 8, 30
OFFSET
1,1
FORMULA
Sum_{k=1..n} a(k) ~ (27*n*(log(n) + 2*gamma - 1) + n*(9*log(2) + 3*log(5))) / 10, where gamma is the Euler-Mascheroni constant A001620.
MATHEMATICA
Table[DivisorSigma[0, 10*n], {n, 1, 150}]
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, May 13 2024
STATUS
approved