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!)
A353761 a(n) = gcd(A353749(n), A353750(n)), where A353749(n) = phi(n)*A064989(n), and A353750(n) = A353749(sigma(n)). 6
1, 1, 2, 2, 4, 4, 2, 4, 12, 12, 2, 4, 6, 2, 16, 2, 8, 24, 6, 24, 8, 2, 2, 16, 30, 12, 48, 60, 4, 48, 2, 16, 8, 16, 8, 24, 18, 6, 24, 48, 40, 8, 14, 20, 48, 2, 2, 4, 6, 60, 32, 6, 4, 48, 24, 24, 24, 4, 2, 96, 30, 2, 48, 2, 48, 8, 2, 16, 8, 24, 2, 96, 36, 36, 60, 36, 4, 48, 6, 24, 2, 40, 2, 240, 96, 14, 16, 8, 8, 288 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = gcd(A353749(n), A353750(n)) = gcd(A353749(n), A353757(n)) = gcd(A353750(n), A353757(n)).
a(n) = A353749(n) / A353762(n) = A353750(n) / A353763(n).
PROG
(PARI)
A064989(n) = { my(f=factor(n>>valuation(n, 2))); for(i=1, #f~, f[i, 1] = precprime(f[i, 1]-1)); factorback(f); };
A353749(n) = (eulerphi(n)*A064989(n));
A353761(n) = { my(s=sigma(n)); gcd(A353749(s), A353749(n)); };
CROSSREFS
Sequence in context: A238004 A048244 A056673 * A128442 A290633 A038674
KEYWORD
nonn
AUTHOR
Antti Karttunen, May 10 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 30 04:13 EDT 2024. Contains 372118 sequences. (Running on oeis4.)