A099650 Solutions to x+phi(x) = sigma(x)/2.
456, 828, 7584, 33462, 1596048, 1964544, 19800384, 26211264, 31451136, 106805184, 156868224, 316113024, 502349274, 503291904, 1557940992, 8024671392, 8052965376, 11697091872, 22149447168, 87877745664, 443520605184, 626058783744
Offset: 1
Keywords
Examples
n=456: phi(456) = 144, sigma(456) = 1200.
Programs
-
Mathematica
Do[If[DivisorSigma[1, m] == 2m + 2 EulerPhi[m], Print[m]], {m, 100000000}] (Firoozbakht)
Extensions
Two more terms from Farideh Firoozbakht, Aug 04 2005
a(10)-a(22) from Donovan Johnson, Feb 29 2012
Comments