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!)
A163367 a(n) = phi(tau(sigma(n))). 1
1, 1, 2, 1, 2, 2, 2, 2, 1, 2, 2, 2, 2, 4, 4, 1, 2, 2, 2, 4, 2, 6, 4, 4, 1, 4, 4, 4, 4, 4, 2, 2, 4, 4, 4, 2, 2, 4, 4, 4, 4, 4, 2, 4, 4, 4, 4, 2, 2, 2, 4, 2, 4, 8, 4, 8, 4, 4, 4, 8, 2, 4, 4, 1, 4, 8, 2, 4, 4, 8, 4, 4, 2, 4, 2, 4, 4, 8, 4, 4, 2, 4, 4, 4, 4, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
MAPLE
with(numtheory): A163367:=n->phi(tau(sigma(n))): seq(A163367(n), n=1..150); # Wesley Ivan Hurt, Dec 19 2016
MATHEMATICA
Table[EulerPhi[DivisorSigma[0, DivisorSigma[1, n]]], {n, 100}] (* G. C. Greubel, Dec 19 2016 *)
PROG
(PARI) vector(50, n, eulerphi(numdiv(sigma(n)))) \\ G. C. Greubel, Dec 19 2016
CROSSREFS
Sequence in context: A043556 A230643 A344117 * A057226 A338260 A224963
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 September 16 23:59 EDT 2024. Contains 375984 sequences. (Running on oeis4.)