|
| |
|
|
A068402
|
|
Numbers n such that sigma(n+1)=n+phi(n).
|
|
0
| |
|
|
4, 6, 32, 38, 54, 56, 84, 278, 2664, 10944, 15608, 20720, 84800, 179576, 209664, 6251904
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| Are there any odd values in the sequence?
|
|
|
PROG
| (PARI) : for(n=1, 500000, if(sigma(n+1)-n==eulerphi(n), print1(n, ", ")))
|
|
|
CROSSREFS
| Sequence in context: A088255 A192083 A068720 * A078250 A087299 A164127
Adjacent sequences: A068399 A068400 A068401 * A068403 A068404 A068405
|
|
|
KEYWORD
| easy,nonn
|
|
|
AUTHOR
| Benoit Cloitre (benoit7848c(AT)orange.fr), Mar 02 2002
|
|
|
EXTENSIONS
| One more term from Rick L. Shepherd (rshepherd2(AT)hotmail.com), Jun 21 2002
Any additional terms are greater than 20000000.
|
| |
|
|