cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A063513 Least balanced numbers (A020492): m such that the quotient sigma(m)/phi(m) equals the n-th prime.

Original entry on oeis.org

3, 2, 56, 12, 2580, 630, 416640, 291060, 1719277560, 587133466920, 33044291280
Offset: 1

Views

Author

Labos Elemer, Jul 31 2001

Keywords

Examples

			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.

Formula

a(n) = Min{x : A000203(x)/A000010(x) = p(n)} = Min{x : A023897(x) = p(n)}

Extensions

More terms from Robert G. Wilson v, Aug 09 2001
a(10)-a(11) (from A055234) added by Donovan Johnson, Feb 03 2012