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!)
A163376 a(n) = phi(tau(phi(n))). 1
1, 1, 1, 1, 2, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 4, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 4, 4, 2, 4, 4, 2, 6, 2, 4, 4, 4, 2, 4, 2, 4, 2, 2, 4, 4, 2, 2, 4, 2, 2, 4, 4, 6, 2, 2, 4, 4, 4, 6, 2, 4, 2, 4, 2, 2, 4, 4, 4, 4, 6, 4, 6, 4, 4, 4, 2, 4, 4, 2, 4, 6, 4, 4, 4, 4, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
FORMULA
MAPLE
with(numtheory): A163376:=n->phi(tau(phi(n))): seq(A163376(n), n=1..200); # Wesley Ivan Hurt, May 03 2017
MATHEMATICA
EulerPhi[DivisorSigma[0, EulerPhi[Range[100]]]] (* G. C. Greubel, Dec 20 2016 *)
PROG
(PARI) vector(100, n, eulerphi(numdiv(eulerphi(n)))) \\ G. C. Greubel, Dec 20 2016
CROSSREFS
Sequence in context: A364136 A257474 A257317 * A261913 A088601 A261675
KEYWORD
nonn,easy
AUTHOR
Jaroslav Krizek, Jul 25 2009
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)