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!)
A351444 a(n) = n - A003958(n) + A003958(sigma(n)), where A003958 is multiplicative with a(p^e) = (p-1)^e and sigma is the sum of divisors function. 5
1, 3, 2, 9, 3, 6, 2, 15, 17, 10, 3, 16, 7, 10, 9, 45, 5, 38, 5, 28, 10, 16, 3, 30, 39, 26, 23, 28, 9, 26, 2, 55, 15, 26, 13, 104, 19, 28, 21, 52, 13, 32, 11, 46, 53, 28, 3, 76, 49, 94, 23, 76, 9, 54, 19, 58, 25, 46, 9, 64, 31, 34, 51, 189, 29, 50, 17, 76, 27, 50, 5, 164, 37, 74, 73, 82, 19, 66, 5, 136 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A322582(n) + A351442(n) = n - A003958(n) + A003958(sigma(n)).
a(n) = n + A351445(n).
PROG
(PARI)
A003958(n) = { my(f = factor(n)); for(i=1, #f~, f[i, 1]--); factorback(f); };
A351444(n) = (n - A003958(n) + A003958(sigma(n)));
CROSSREFS
Cf. A351446 (fixed points), A351443 (odd terms there).
Sequence in context: A169862 A245884 A192492 * A104005 A224578 A134562
KEYWORD
nonn
AUTHOR
Antti Karttunen, Feb 12 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 May 1 20:04 EDT 2024. Contains 372176 sequences. (Running on oeis4.)