|
Search: id:A136132
|
|
|
| A136132 |
|
Integral values of [sigma(sigma(n))-phi(phi(n))]/n (the corresponding values of n are given in A136131). |
|
+0 3
|
|
| 0, 2, 2, 3, 3, 3, 5, 3, 5, 3, 5, 4, 8, 8, 6, 5, 2, 8, 6, 8, 10, 8, 8, 6, 8, 8, 3, 8, 6, 8, 6, 5, 12, 8, 6, 8, 10, 3, 6, 8, 8, 8, 10, 6, 6, 5, 8, 8, 14, 13, 3, 12, 8, 5, 8, 12, 8, 6, 8, 8, 16, 8, 12, 11, 15, 10
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
EXAMPLE
|
The first 5 in the sequence corresponds to n=92; indeed, [sigma(sigma(92))-phi(phi(92)]/92=sigma(168)-phi(44)]/92=(480-20)/92=5.
|
|
MAPLE
|
with(numtheory): a:=proc(n) if type((sigma(sigma(n))-phi(phi(n)))/n, integer) =true then (sigma(sigma(n))-phi(phi(n)))/n else end if end proc: seq(a(n), n= 1..1000000);
|
|
PROGRAM
|
(PARI) { for(n=1, 10000000, ss=sigma(sigma(n))-eulerphi(eulerphi(n)) ; if(ss%n==0, print(ss/n) ; ) ; ) ; } - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Mar 07 2008
|
|
CROSSREFS
|
Cf. A136131, A138154, A137600.
Adjacent sequences: A136129 A136130 A136131 this_sequence A136133 A136134 A136135
Sequence in context: A110868 A110869 A110876 this_sequence A136545 A125843 A147665
|
|
KEYWORD
|
more,nonn
|
|
AUTHOR
|
Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 03 2008
|
|
EXTENSIONS
|
More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Mar 07 2008
|
|
|
Search completed in 0.002 seconds
|