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!)
A353785 a(n) = A353783(n) / A080398(n). 2
1, 1, 2, 1, 1, 2, 4, 1, 1, 1, 2, 2, 1, 4, 2, 1, 3, 1, 2, 1, 4, 2, 4, 2, 1, 1, 4, 4, 1, 2, 16, 3, 2, 3, 4, 1, 1, 2, 2, 1, 1, 4, 2, 2, 1, 4, 8, 2, 1, 1, 6, 1, 9, 4, 2, 4, 2, 1, 2, 2, 1, 16, 4, 1, 1, 2, 2, 3, 4, 4, 12, 1, 1, 1, 2, 2, 4, 2, 8, 1, 11, 1, 2, 4, 3, 2, 2, 2, 3, 1, 4, 4, 16, 8, 2, 6, 7, 1, 2, 1, 1, 6, 4, 1, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A353783(n) / A080398(n).
MATHEMATICA
Array[Apply[LCM, DivisorSigma[1, Power @@@ FactorInteger[#]]]/Apply[Times, FactorInteger[DivisorSigma[1, #]][[All, 1]]] &, 105] (* Michael De Vlieger, May 08 2022 *)
PROG
(PARI)
A080398(n) = factorback(factor(sigma(n))[, 1]);
A353783(n) = { my(f=factor(n)~); lcm(vector(#f, i, sigma(f[1, i]^f[2, i]))); };
A353785(n) = (A353783(n) / A080398(n));
CROSSREFS
Sequence in context: A297159 A293438 A318622 * A245195 A340191 A182105
KEYWORD
nonn
AUTHOR
Antti Karttunen, May 08 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 September 6 18:47 EDT 2024. Contains 375718 sequences. (Running on oeis4.)