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!)
A372931 a(n) = Sum_{1 <= x_1, x_2, x_3, x_4 <= n} gcd(x_1, x_2, x_3, x_4, n)^4. 5
1, 31, 161, 736, 1249, 4991, 4801, 15616, 19521, 38719, 29281, 118496, 57121, 148831, 201089, 311296, 167041, 605151, 260641, 919264, 772961, 907711, 559681, 2514176, 1170625, 1770751, 2106081, 3533536, 1414561, 6233759, 1847041, 5963776, 4714241, 5178271, 5996449 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = Sum_{d|n} mu(n/d) * d^4 * tau(d), where mu is the Moebius function A008683.
From Amiram Eldar, May 21 2024: (Start)
Multiplicative with a(p^e) = (e - e/p^4 + 1) * p^(4*e).
Dirichlet g.f.: zeta(s-4)^2/zeta(s).
Sum_{k=1..n} a(k) ~ (n^5/(5*zeta(5))) * (log(n) + 2*gamma - 1/5 - zeta'(5)/zeta(5)), where gamma is Euler's constant (A001620). (End)
MATHEMATICA
f[p_, e_] := (e - e/p^4 + 1) * p^(4*e); a[1] = 1; a[n_] := Times @@ f @@@ FactorInteger[n]; Array[a, 100] (* Amiram Eldar, May 21 2024 *)
PROG
(PARI) a(n) = sumdiv(n, d, moebius(n/d)*d^4*numdiv(d));
CROSSREFS
Column k=4 of A372938.
Sequence in context: A142906 A157373 A058285 * A268258 A142306 A296114
KEYWORD
nonn,mult
AUTHOR
Seiichi Manyama, May 17 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 June 22 23:29 EDT 2024. Contains 373629 sequences. (Running on oeis4.)