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!)
A343520 a(n) = Sum_{1 <= x_1 <= x_2 <= x_3 <= x_4 <= x_5 <= x_6 <= n} gcd(x_1, x_2, x_3 , x_4, x_5, x_6, n). 3
1, 8, 30, 93, 214, 506, 930, 1818, 3065, 5247, 8018, 13080, 18576, 28104, 39300, 56184, 74629, 104978, 134614, 182897, 232258, 304098, 376762, 492068, 594635, 754941, 912384, 1137106, 1344932, 1674374, 1947822, 2382888, 2776997, 3337364, 3843360, 4629687, 5245822, 6231194 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = Sum_{d|n} phi(n/d) * binomial(d+5, 6).
G.f.: Sum_{k >= 1} phi(k) * x^k/(1 - x^k)^7.
Sum_{k=1..n} a(k) ~ Pi^6 * n^7 / (4762800*zeta(7)). - Vaclav Kotesovec, May 23 2021
MATHEMATICA
a[n_] := DivisorSum[n, EulerPhi[n/#] * Binomial[# + 5, 6] &]; Array[a, 50] (* Amiram Eldar, Apr 18 2021 *)
PROG
(PARI) a(n) = sumdiv(n, d, eulerphi(n/d)*binomial(d+5, 6));
(PARI) my(N=40, x='x+O('x^N)); Vec(sum(k=1, N, eulerphi(k)*x^k/(1-x^k)^7))
CROSSREFS
Column 6 of A343516.
Sequence in context: A232772 A213776 A113751 * A107233 A098213 A163613
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 April 23 10:07 EDT 2024. Contains 371905 sequences. (Running on oeis4.)