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!)
A344210 a(n) = Sum_{d|n} mu(n/d) * d^n / phi(n). 1
1, 3, 13, 120, 781, 22932, 137257, 4177920, 64566801, 2497558338, 28531167061, 2228476723200, 25239592216021, 1851888100411464, 54736732481116543, 2305807824841605120, 51702516367896047761, 6557709646516945221396, 109912203092239643840221 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = J_n(n) / phi(n) = A067858(n) / A000010(n).
MATHEMATICA
Table[DivisorSum[n, MoebiusMu[n/#]*#^n/EulerPhi[n]&], {n, 20}] (* Giorgos Kalogeropoulos, May 13 2021 *)
PROG
(PARI) a(n) = sumdiv(n, d, moebius(n/d)*d^n)/eulerphi(n);
CROSSREFS
Main diagonal of A263950.
Sequence in context: A262147 A364327 A057865 * A260847 A121921 A191955
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 12 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 18 06:24 EDT 2024. Contains 371769 sequences. (Running on oeis4.)