The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A295310 a(n) = gcd(n, A062401(n)), where A062401(n) = phi(sigma(n)). 4
1, 2, 1, 2, 1, 2, 1, 8, 3, 2, 1, 12, 1, 2, 1, 2, 1, 6, 1, 4, 1, 2, 1, 8, 5, 2, 1, 4, 1, 6, 1, 4, 1, 2, 1, 36, 1, 2, 3, 8, 1, 2, 1, 4, 3, 2, 1, 12, 1, 10, 3, 2, 1, 2, 1, 8, 1, 2, 1, 12, 1, 2, 3, 2, 1, 6, 1, 4, 1, 2, 1, 24, 1, 2, 15, 4, 1, 6, 1, 20, 1, 2, 1, 12, 1, 2, 1, 8, 1, 18, 1, 4, 1, 2, 1, 24, 1, 2, 3, 20, 1, 6, 1, 8, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = gcd(n, A000010(A000203(n))).
MATHEMATICA
Array[GCD[#, EulerPhi[DivisorSigma[1, #]]] &, 105] (* Michael De Vlieger, Nov 23 2017 *)
PROG
(PARI) a(n) = gcd(n, eulerphi(sigma(n))); \\ Michel Marcus, Nov 23 2017
CROSSREFS
Sequence in context: A215136 A318658 A318512 * A359509 A335665 A369239
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 June 1 04:51 EDT 2024. Contains 373010 sequences. (Running on oeis4.)