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”).

A066152
Numbers k such that phi(k) = sigma(k+1) - sigma(k).
1
2, 459, 17835, 34089, 55419, 61183, 180785, 194139, 248501, 385671, 907323, 988455, 1374735, 1407413, 1408253, 1452135, 1749087, 2451727, 3026705, 3263585, 3831487, 6541695, 7633989, 9336785, 12750833, 16543433, 16573963, 21248201
OFFSET
1,1
LINKS
EXAMPLE
phi(459) = 288 = 1008 - 720 = sigma(460) - sigma(459). [corrected by Harry J. Smith, Feb 03 2010]
MATHEMATICA
Select [Range[1, 10^6], EulerPhi[ # ] == DivisorSigma[1, # + 1] - DivisorSigma[1, # ] & ]
PROG
(PARI) isok(k) = { eulerphi(k) == sigma(k + 1) - sigma(k) } \\ Harry J. Smith, Feb 03 2010
CROSSREFS
Sequence in context: A012734 A363699 A099686 * A112862 A094484 A062620
KEYWORD
nonn
AUTHOR
Joseph L. Pe, Dec 13 2001
EXTENSIONS
More terms from Robert G. Wilson v, Dec 27 2001
a(25)-a(28) from Harry J. Smith, Feb 03 2010
STATUS
approved