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!)
A355456 Greatest common divisor of sigma(n), A003961(n), and A276086(n). 4
1, 3, 1, 1, 1, 1, 1, 3, 1, 3, 1, 1, 1, 3, 1, 1, 1, 1, 1, 3, 1, 3, 1, 5, 1, 3, 5, 1, 1, 1, 1, 3, 1, 3, 1, 1, 1, 3, 1, 9, 1, 1, 1, 3, 1, 3, 1, 1, 1, 3, 1, 1, 1, 5, 1, 3, 5, 3, 1, 7, 1, 3, 1, 1, 7, 1, 1, 3, 1, 3, 1, 5, 1, 3, 1, 1, 1, 1, 1, 3, 1, 3, 1, 1, 1, 3, 5, 9, 1, 1, 1, 3, 1, 3, 1, 1, 1, 3, 1, 7, 1, 1, 1, 3, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = gcd(A000203(n), A355442(n)).
a(n) = gcd(A324644(n), A342671(n)) = gcd(A276086(n), A342671(n)) = gcd(A003961(n), A324644(n)).
PROG
(PARI)
A003961(n) = { my(f = factor(n)); for(i=1, #f~, f[i, 1] = nextprime(f[i, 1]+1)); factorback(f); };
A276086(n) = { my(m=1, p=2); while(n, m *= (p^(n%p)); n = n\p; p = nextprime(1+p)); (m); };
A355442(n) = gcd(A003961(n), A276086(n));
A355456(n) = gcd(sigma(n), A355442(n));
CROSSREFS
Cf. A000203, A003961, A276086, A324644, A342671, A355442, A355002 (terms k such that a(k) shares a prime factor with k).
Cf. also A323653, A351459.
Sequence in context: A219208 A336850 A061680 * A097558 A124385 A317624
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jul 13 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 April 20 00:26 EDT 2024. Contains 371798 sequences. (Running on oeis4.)