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!)
A295313 a(n) = gcd(sigma(n), phi(sigma(n))). 4
1, 1, 2, 1, 2, 4, 4, 1, 1, 6, 4, 4, 2, 8, 8, 1, 6, 3, 4, 6, 16, 12, 8, 4, 1, 6, 8, 8, 2, 24, 16, 9, 16, 18, 16, 1, 2, 4, 8, 6, 6, 32, 4, 12, 6, 24, 16, 4, 3, 3, 24, 14, 18, 8, 24, 8, 16, 6, 4, 24, 2, 32, 8, 1, 12, 48, 4, 18, 32, 48, 24, 3, 2, 6, 4, 4, 32, 24, 16, 6, 11, 18, 12, 32, 36, 4, 8, 12, 6, 18, 16, 24, 64, 48, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A009195(A000203(n)).
PROG
(PARI) a(n) = my(sn = sigma(n)); gcd(sn, eulerphi(sn)); \\ Michel Marcus, Nov 23 2017
CROSSREFS
Sequence in context: A323460 A129144 A360594 * A105022 A263293 A230535
KEYWORD
nonn
AUTHOR
Antti Karttunen, Nov 22 2017
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)