The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors 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, 85505600, 125226624, 584003328, 19018936320, 20534891040, 79185129984, 87065548800, 191904215040, 964494300024 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Are there any odd values in the sequence?
a(26) > 10^12. - Donovan Johnson, Feb 29 2012
LINKS
MATHEMATICA
Select[Range[10^5], DivisorSigma[1, # + 1] == # + EulerPhi[#] &] (* Alonso del Arte, Feb 29 2012 *)
PROG
(PARI) : for(n=1, 500000, if(sigma(n+1)-n==eulerphi(n), print1(n, ", ")))
CROSSREFS
Sequence in context: A088255 A192083 A068720 * A078250 A239224 A087299
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Mar 02 2002
EXTENSIONS
One more term from Rick L. Shepherd, Jun 21 2002
a(17)-a(25) from Donovan Johnson, Feb 29 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 20 19:00 EDT 2024. Contains 372720 sequences. (Running on oeis4.)