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!)
A326068 a(n) = n - sigma(A032742(n)), where sigma is the sum of divisors of n and A032742 gives the largest proper divisor of n. 5
0, 1, 2, 1, 4, 2, 6, 1, 5, 4, 10, 0, 12, 6, 9, 1, 16, 5, 18, 2, 13, 10, 22, -4, 19, 12, 14, 4, 28, 6, 30, 1, 21, 16, 27, -3, 36, 18, 25, -2, 40, 10, 42, 8, 21, 22, 46, -12, 41, 19, 33, 10, 52, 14, 43, 0, 37, 28, 58, -12, 60, 30, 31, 1, 51, 18, 66, 14, 45, 22, 70, -19, 72, 36, 44, 16, 65, 22, 78, -10, 41, 40, 82, -12, 67, 42, 57, 4, 88, 12 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = n - A326065(n) = n - A000203(A032742(n)).
a(n) = A326067(n) + A033879(n).
PROG
(PARI)
A032742(n) = if(1==n, n, n/vecmin(factor(n)[, 1]));
A326065(n) = sigma(A032742(n));
A326068(n) = (n - A326065(n));
CROSSREFS
Sequence in context: A326140 A082729 A326069 * A318878 A306408 A232626
KEYWORD
sign
AUTHOR
Antti Karttunen, Jun 06 2019
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 April 19 09:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)