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!)
A373003 a(n) = (1/n) * Sum_{k=1..n} tau( (n/gcd(k,n))^n ). 1
1, 2, 3, 6, 5, 20, 7, 18, 15, 54, 11, 144, 13, 104, 143, 50, 17, 290, 19, 442, 285, 252, 23, 884, 45, 350, 69, 900, 29, 8400, 31, 130, 713, 594, 899, 2622, 37, 740, 999, 2838, 41, 23606, 43, 2296, 2627, 1080, 47, 4884, 91, 2314, 1715, 3234, 53, 3836, 2295, 5880, 2145 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
If p is prime, a(p) = p.
a(n) = (1/n) * Sum_{d|n} phi(d) * tau(d^n).
PROG
(PARI) a(n) = sumdiv(n, d, eulerphi(d)*numdiv(d^n))/n;
CROSSREFS
Sequence in context: A319344 A260443 A328316 * A206242 A327454 A124655
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 19 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 25 21:12 EDT 2024. Contains 373712 sequences. (Running on oeis4.)