A145747 a(n) is the smallest number m such that phi(m)+sigma(m)=n*pi(m).
3, 2, 14, 26, 55, 30, 56, 329, 626, 366, 340, 558, 288, 552, 828, 3496, 6928, 2430, 81809, 3920, 3432, 8680, 48380, 23430, 2520, 144020, 435056, 21384, 728096, 188376, 11802175, 97320, 54057938, 89700, 349752, 1143492, 11286632, 490752
Offset: 3
Keywords
Crossrefs
Cf. A015704.
Programs
-
Mathematica
a[n_]:=(For[m=1,DivisorSigma[1,m]+EulerPhi[m]!=n EulerPhi[m],m++ ];m);Do[Print[a[n]],{n,3,46}]
Comments