login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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.

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 19:04 EST 2012. Contains 205535 sequences.