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!)
A343521 a(n) = Sum_{1 <= x_1 <= x_2 <= x_3 <= x_4 <= x_5 <= x_6 <= x_7 <= n} gcd(x_1, x_2, x_3 , x_4, x_5, x_6, x_7, n). 3
1, 9, 38, 130, 334, 846, 1722, 3572, 6513, 11806, 19458, 32948, 50400, 79290, 117092, 174256, 245173, 354249, 480718, 670420, 891690, 1203578, 1560802, 2076496, 2630915, 3416352, 4285152, 5461348, 6724548, 8490884, 10295502, 12798224, 15420213, 18888861 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
In general, if m > 1 and a(n) = Sum_{d|n} phi(n/d) * binomial(d + m - 1, m) then Sum_{k=1..n} a(k) ~ zeta(m) * n^(m+1) / ((m+1)! * zeta(m+1)). - Vaclav Kotesovec, May 23 2021
LINKS
FORMULA
a(n) = Sum_{d|n} phi(n/d) * binomial(d+6, 7).
G.f.: Sum_{k >= 1} phi(k) * x^k/(1 - x^k)^8.
Sum_{k=1..n} a(k) ~ 15*zeta(7)*n^8 / (64*Pi^8). - Vaclav Kotesovec, May 23 2021
MATHEMATICA
a[n_] := DivisorSum[n, EulerPhi[n/#] * Binomial[# + 6, 7] &]; Array[a, 50] (* Amiram Eldar, Apr 18 2021 *)
PROG
(PARI) a(n) = sumdiv(n, d, eulerphi(n/d)*binomial(d+6, 7));
(PARI) my(N=40, x='x+O('x^N)); Vec(sum(k=1, N, eulerphi(k)*x^k/(1-x^k)^8))
CROSSREFS
Column 7 of A343516.
Sequence in context: A071229 A071238 A213583 * A050854 A053181 A348545
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 17 2021
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 7 03:39 EDT 2024. Contains 373140 sequences. (Running on oeis4.)