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

A063513
Least balanced numbers (A020492): m such that the quotient sigma(m)/phi(m) equals the n-th prime.
0
3, 2, 56, 12, 2580, 630, 416640, 291060, 1719277560, 587133466920, 33044291280
OFFSET
1,1
FORMULA
a(n) = Min{x : A000203(x)/A000010(x) = p(n)} = Min{x : A023897(x) = p(n)}
EXAMPLE
n=7: p(7) = 17. a(7) = 416640 = 2^7*3*5*7*31. sigma(416640) = 1566720 = 17*phi(a(7)). phi(416640) = 92160.
CROSSREFS
Cf. A055234 (smallest x such that sigma(x) = n*phi(x)), A000203, A000010, A020492, A023897.
Sequence in context: A231576 A336520 A190286 * A265635 A265619 A298021
KEYWORD
nonn,more
AUTHOR
Labos Elemer, Jul 31 2001
EXTENSIONS
More terms from Robert G. Wilson v, Aug 09 2001
a(10)-a(11) (from A055234) added by Donovan Johnson, Feb 03 2012
STATUS
approved