|
Search: id:A138154
|
|
|
| A138154 |
|
Numbers n such that sigma(sigma(n))-phi(phi(n))=2n. |
|
+0 3
|
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
No other term <10^6.
|
|
EXAMPLE
|
3193 is in the sequence because sigma(sigma(3193))-phi(phi93193))=sigma(3328)-phi(3060)=7154-768=6386=2*3193.
|
|
MAPLE
|
with(numtheory): a:=proc(n) if sigma(sigma(n))-phi(phi(n))=2*n then n else end if end proc: seq(a(n), n=1..1000000);
|
|
CROSSREFS
|
Cf. A136131, A136132, A137600.
Sequence in context: A062655 A090807 A167483 this_sequence A126334 A068635 A156695
Adjacent sequences: A138151 A138152 A138153 this_sequence A138155 A138156 A138157
|
|
KEYWORD
|
more,nonn,bref
|
|
AUTHOR
|
Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 03 2008
|
|
|
Search completed in 0.002 seconds
|