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

A145747
a(n) is the smallest number m such that phi(m)+sigma(m)=n*pi(m).
0
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,1
COMMENTS
a(47) is greater than 4*10^8.
MATHEMATICA
a[n_]:=(For[m=1, DivisorSigma[1, m]+EulerPhi[m]!=n EulerPhi[m], m++ ]; m); Do[Print[a[n]], {n, 3, 46}]
CROSSREFS
Cf. A015704.
Sequence in context: A324661 A163355 A214885 * A055234 A291051 A342640
KEYWORD
nonn
AUTHOR
Farideh Firoozbakht, Oct 30 2008
STATUS
approved