login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A055722 Sigma_3(n)/n > Sigma_3(k)/k for all k's < n. 0
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 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

sigma_3(n) is the sum of the cubes of the divisors of n (A001158).

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: A155182 A096076 A108864 * A028830 A022768 A171828

Adjacent sequences:  A055719 A055720 A055721 * A055723 A055724 A055725

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 09 2000

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 22:03 EST 2012. Contains 205668 sequences.