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!)
A326069 a(n) = gcd((sigma(n) - sigma(A032742(n))) - n, n - sigma(A032742(n))), where A032742 gives the largest proper divisor of n. 4
1, 1, 2, 1, 4, 2, 6, 1, 5, 2, 10, 4, 12, 2, 3, 1, 16, 1, 18, 2, 1, 2, 22, 4, 19, 2, 14, 4, 28, 6, 30, 1, 3, 2, 1, 1, 36, 2, 1, 2, 40, 2, 42, 4, 3, 2, 46, 4, 41, 1, 3, 2, 52, 2, 1, 8, 1, 2, 58, 12, 60, 2, 1, 1, 1, 6, 66, 2, 3, 2, 70, 1, 72, 2, 2, 4, 1, 2, 78, 2, 41, 2, 82, 4, 1, 2, 3, 4, 88, 6, 7, 4, 1, 2, 5, 4, 96, 1, 3, 1, 100, 6, 102, 2, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = gcd(A326067(n), A326068(n)) = gcd(A326066(n) - n, n - A326065(n)).
PROG
(PARI)
A032742(n) = if(1==n, n, n/vecmin(factor(n)[, 1]));
A326066(n) = (sigma(n) - sigma(A032742(n)));
A326067(n) = (A326066(n) - n);
A326065(n) = sigma(A032742(n));
A326068(n) = (n - A326065(n));
A326069(n) = gcd(A326067(n), A326068(n));
CROSSREFS
Sequence in context: A003958 A326140 A082729 * A326068 A318878 A306408
KEYWORD
nonn
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 11:31 EDT 2024. Contains 371792 sequences. (Running on oeis4.)