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!)
A372939 a(n) = Sum_{1 <= x_1, x_2, ... , x_n <= n} gcd(x_1, x_2, ... , x_n, n)^n. 1
1, 7, 53, 736, 6249, 185039, 1647085, 66912256, 1162222101, 39980466703, 570623341221, 53487845236736, 605750213184505, 44446670856053599, 1751575500459583437, 92232594468640915456, 1654480523772673528353, 236077997761634282622495 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = Sum_{d|n} mu(n/d) * d^n * tau(d), where mu is the Moebius function A008683.
PROG
(PARI) a(n) = sumdiv(n, d, moebius(n/d)*d^n*numdiv(d));
CROSSREFS
Main diagonal of A372938.
Sequence in context: A092802 A062207 A073564 * A194929 A317689 A116202
KEYWORD
nonn
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 27 15:02 EDT 2024. Contains 373745 sequences. (Running on oeis4.)