|
Search: id:A068402
|
|
|
| A068402 |
|
Numbers n such that sigma(n+1)=n+phi(n). |
|
+0 1
|
|
| 4, 6, 32, 38, 54, 56, 84, 278, 2664, 10944, 15608, 20720, 84800, 179576, 209664, 6251904
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Are there any odd values in the sequence?
|
|
PROGRAM
|
(PARI) : for(n=1, 500000, if(sigma(n+1)-n==eulerphi(n), print1(n, ", ")))
|
|
CROSSREFS
|
Sequence in context: A075590 A088255 A068720 this_sequence A078250 A087299 A164127
Adjacent sequences: A068399 A068400 A068401 this_sequence 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.
|
|
|
Search completed in 0.002 seconds
|