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!)
A354358 Möbius transform of A124859. 2
1, 1, 1, 4, 1, 1, 1, 24, 4, 1, 1, 4, 1, 1, 1, 180, 1, 4, 1, 4, 1, 1, 1, 24, 4, 1, 24, 4, 1, 1, 1, 2100, 1, 1, 1, 16, 1, 1, 1, 24, 1, 1, 1, 4, 4, 1, 1, 180, 4, 4, 1, 4, 1, 24, 1, 24, 1, 1, 1, 4, 1, 1, 4, 27720, 1, 1, 1, 4, 1, 1, 1, 96, 1, 1, 4, 4, 1, 1, 1, 180, 180, 1, 1, 4, 1, 1, 1, 24, 1, 4, 1, 4, 1, 1, 1, 2100 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
Multiplicative because A124859 is.
LINKS
FORMULA
a(n) = Sum_{d|n} A008683(n/d) * A124859(d).
Multiplicative with a(p^e) = primorial(e) - primorial(e-1). - Sebastian Karlsson, Jul 30 2022
MATHEMATICA
primorial[n_] := Product[Prime[i], {i, 1, n}]; primorial[0] = 1; f[p_, e_] := primorial[e] - primorial[e-1]; a[1] = 1; a[n_] := Times @@ f @@@ FactorInteger[n]; Array[a, 100] (* Amiram Eldar, Jan 07 2023 *)
PROG
(PARI)
A124859(n) = { my(f=factor(n)); for(k=1, #f~, f[k, 1] = prod(j=1, f[k, 2], prime(j)); f[k, 2] = 1); factorback(f); }; \\ From A124859
A354358(n) = sumdiv(n, d, moebius(n/d)*A124859(d));
CROSSREFS
Cf. also A347379, A354359.
Sequence in context: A265679 A348989 A362297 * A112622 A183104 A183102
KEYWORD
nonn,mult
AUTHOR
Antti Karttunen, Jun 05 2022
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 6 09:03 EDT 2024. Contains 373119 sequences. (Running on oeis4.)