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!)
A163370 a(n) = phi(sigma(phi(n))). 2
1, 1, 2, 2, 6, 2, 4, 6, 4, 6, 6, 6, 12, 4, 8, 8, 30, 4, 24, 8, 12, 6, 12, 8, 12, 12, 24, 12, 24, 8, 24, 30, 12, 30, 16, 12, 72, 24, 16, 30, 24, 12, 32, 12, 16, 12, 24, 30, 32, 12, 36, 16, 42, 24, 24, 16, 72, 24, 24, 30, 48, 24, 72, 36, 60, 12, 48, 36, 24, 16 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
LINKS
MAPLE
with(numtheory): A163370:=n->phi(sigma(phi(n))): seq(A163370(n), n=1..100); # Wesley Ivan Hurt, Dec 19 2016
MATHEMATICA
EulerPhi[DivisorSigma[1, EulerPhi[Range[80]]]] (* Harvey P. Dale, Dec 24 2012 *)
PROG
(PARI) vector(50, n, eulerphi(sigma(eulerphi(n)))) \\ G. C. Greubel, Dec 19 2016
(Magma) [EulerPhi(SumOfDivisors(EulerPhi(n))): n in [1..80]]; // Vincenzo Librandi, Dec 21 2016
CROSSREFS
Sequence in context: A286383 A138949 A138951 * A278159 A071796 A121699
KEYWORD
nonn,easy
AUTHOR
Jaroslav Krizek, Jul 25 2009
EXTENSIONS
More terms from Harvey P. Dale, Dec 24 2012
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 08:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)