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!)
A034718 Dirichlet convolution of b_n=n with b_n with b_n. 8
1, 6, 9, 24, 15, 54, 21, 80, 54, 90, 33, 216, 39, 126, 135, 240, 51, 324, 57, 360, 189, 198, 69, 720, 150, 234, 270, 504, 87, 810, 93, 672, 297, 306, 315, 1296, 111, 342, 351, 1200, 123, 1134, 129, 792, 810, 414, 141, 2160, 294, 900, 459, 936, 159, 1620, 495 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Row sums of triangle A329323. - Omar E. Pol, Nov 21 2019
LINKS
FORMULA
a(n) = Sum_{k*l*m = n} k*l*m, for positive integers k, l, m. This equals one sixth of the same sum over all integers. - Ralf Stephan, May 06 2005
Dirichlet g.f.: zeta^3(x-1).
Multiplicative with a(p^e) = p^e * binomial(e+2, 2). - Mitch Harris, Jun 27 2005
a(n) = n*A007425(n). Dirichlet convolution of A000027 by A038040. - R. J. Mathar, Mar 30 2011
Sum_{k=1..n} a(k) ~ (2*log(n)^2 + (12*gamma - 2)*log(n) + 12*gamma^2 - 6*gamma - 12*sg1 + 1) * n^2 / 8, where gamma is the Euler-Mascheroni constant A001620 and sg1 is the first Stieltjes constant (see A082633). - Vaclav Kotesovec, Sep 11 2019
G.f.: Sum_{k>=1} k*tau(k)*x^k / (1 - x^k)^2, where tau = A000005. - Ilya Gutkovskiy, Sep 22 2020
MATHEMATICA
Table[n*Sum[DivisorSigma[0, d], {d, Divisors[n]}], {n, 1, 100}] (* Vaclav Kotesovec, Aug 31 2018 *)
f[p_, e_] := (e+1)*(e+2)*p^e/2; a[1] = 1; a[n_] := Times @@ (f @@@ FactorInteger[n]); Array[a, 100] (* Amiram Eldar, Sep 29 2020 *)
CROSSREFS
Sequence in context: A033704 A121592 A295726 * A215528 A155577 A084431
KEYWORD
nonn,mult,easy
AUTHOR
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 June 5 01:34 EDT 2024. Contains 373102 sequences. (Running on oeis4.)