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!)
A332730 a(n) = Sum_{d|n} tau(d/gcd(d, n/d)), where tau = A000005. 1
1, 3, 3, 5, 3, 9, 3, 8, 5, 9, 3, 15, 3, 9, 9, 11, 3, 15, 3, 15, 9, 9, 3, 24, 5, 9, 8, 15, 3, 27, 3, 15, 9, 9, 9, 25, 3, 9, 9, 24, 3, 27, 3, 15, 15, 9, 3, 33, 5, 15, 9, 15, 3, 24, 9, 24, 9, 9, 3, 45, 3, 9, 15, 19, 9, 27, 3, 15, 9, 27, 3, 40, 3, 9, 15 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Inverse Moebius transform of A322483.
LINKS
FORMULA
a(n) = Sum_{d|n} A322483(d).
a(n) = Sum_{d|n} tau(n/d) * A295316(d).
Multiplicative with a(p^e) = floor((e+1)*(e+5)/4) = A024206(e+2). - Amiram Eldar, Dec 05 2022
MATHEMATICA
Table[Sum[DivisorSigma[0, d/GCD[d, n/d]], {d, Divisors[n]}], {n, 1, 75}]
f[p_, e_] := Floor[(e+3)/2]; A322483[n_] := If[n==1, 1, Times @@ (f @@@ FactorInteger[n])]; Table[Sum[A322483[d], {d, Divisors[n]}], {n, 1, 75}]
f[p_, e_] := Floor[(e + 1)*(e + 5)/4]; a[1] = 1; a[n_] := Times @@ f @@@ FactorInteger[n]; Array[a, 100] (* Amiram Eldar, Dec 05 2022 *)
CROSSREFS
Sequence in context: A029620 A204100 A048691 * A248955 A071053 A298398
KEYWORD
nonn,mult
AUTHOR
Ilya Gutkovskiy, Feb 21 2020
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 4 19:35 EDT 2024. Contains 373102 sequences. (Running on oeis4.)