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!)
A163371 a(n) = tau(phi(sigma(n))) 1
1, 2, 2, 4, 2, 3, 3, 4, 6, 4, 3, 6, 4, 4, 4, 8, 4, 8, 4, 6, 5, 6, 4, 5, 8, 6, 5, 8, 4, 8, 5, 9, 5, 6, 5, 12, 6, 5, 8, 8, 6, 6, 6, 8, 8, 8, 5, 12, 9, 12, 8, 8, 6, 6, 8, 6, 6, 8, 5, 10, 8, 6, 10, 12, 8, 10, 6, 9, 6, 10, 8, 12, 9, 9, 12, 10, 6, 10, 6, 12, 8, 9, 8, 12, 9, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
MAPLE
with(numtheory): A163371:=n->tau(phi(sigma(n))): seq(A163371(n), n=1..150); # Wesley Ivan Hurt, Dec 19 2016
MATHEMATICA
DivisorSigma[0, EulerPhi[DivisorSigma[1, Range[100]]]] (* G. C. Greubel, Dec 19 2016 *)
PROG
(PARI) vector(50, n, numdiv(eulerphi(sigma(n)))) \\ G. C. Greubel, Dec 19 2016
CROSSREFS
Sequence in context: A092607 A221861 A057939 * A061338 A135714 A103274
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 16 19:05 EDT 2024. Contains 371751 sequences. (Running on oeis4.)