login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A067799
Numbers k such that phi(k) + phi(k+1) = sigma(k).
1
2, 3, 5, 115, 143, 287, 371, 413, 623, 791, 4067, 10031, 24149, 32335, 39689, 88403, 93443, 107365, 148735, 168833, 212993, 427763, 555947, 650095, 925253, 1017821, 1117457, 1139467, 1229327, 1270801, 1407295, 2184221, 2294509, 2913757, 3258355, 4699981, 5747291
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[10^6], EulerPhi[#] + EulerPhi[# + 1] == DivisorSigma[1, #] &] (* Amiram Eldar, May 21 2022 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Feb 07 2002
EXTENSIONS
More terms from Dean Hickerson, Feb 16 2002
More terms from Amiram Eldar, May 21 2022
STATUS
approved