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

A055722
Sigma_3(n)/n > Sigma_3(k)/k for all k < n.
1
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 88, 90, 92, 94, 96, 100, 102, 104, 106, 108, 112, 114, 116, 118, 120, 124, 126, 128
OFFSET
1,2
COMMENTS
sigma_3(n) is the sum of the cubes of the divisors of n (A001158).
LINKS
MATHEMATICA
a=0; Do[b=DivisorSigma[3, n]/n; If[b>a, a=b; Print[n]], {n, 1, 150}]
CROSSREFS
Cf. A002182.
Sequence in context: A108864 A334140 A338883 * A028830 A327749 A171828
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Jun 09 2000
STATUS
approved