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!)
A345049 a(n) = A173557(n) * A345001(n). 5
-1, 0, -2, 3, -12, 10, -30, 11, 2, 20, -90, 40, -132, 30, 16, 31, -240, 48, -306, 104, 0, 50, -462, 112, -36, 60, 26, 192, -756, 344, -870, 79, -80, 80, -240, 158, -1260, 90, -144, 312, -1560, 636, -1722, 440, 216, 110, -2070, 280, -162, 152, -320, 600, -2652, 186, -880, 600, -432, 140, -3306, 1120, -3540, 150, 348, 191 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A173557(n) * A345001(n).
a(n) = A345048(n) - A345050(n).
PROG
(PARI)
A003415(n) = if(n<=1, 0, my(f=factor(n)); n*sum(i=1, #f~, f[i, 2]/f[i, 1]));
A173557(n) = factorback(apply(p -> p-1, factor(n)[, 1]));
A345001(n) = (sigma(n)+A003415(n)-(2*n));
A345049(n) = (A173557(n) * A345001(n));
CROSSREFS
Sequence in context: A079077 A027611 A303221 * A168059 A068550 A093432
KEYWORD
sign
AUTHOR
Antti Karttunen, Jun 06 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 August 16 18:10 EDT 2024. Contains 375177 sequences. (Running on oeis4.)