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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A193988 Numbers n such that sigma2(n) > sigma2(k) for all k < n. 3
1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 14, 15, 16, 18, 20, 22, 24, 28, 30, 32, 34, 36, 40, 42, 44, 46, 48, 52, 54, 56, 60, 64, 66, 70, 72, 78, 80, 84, 90, 96, 100, 102, 108, 114, 120, 126, 132, 138, 140, 144, 150, 156, 162, 168, 180, 192, 198, 204, 210, 216, 228 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

COMMENTS

Where record values of sigma2(n) occur. Records transform of A001157.

LINKS

T. D. Noe, Table of n, a(n) for n = 1..1000

MATHEMATICA

mx = 0; t = {}; Do[u = DivisorSigma[2, n]; If[u > mx, mx = u; AppendTo[t, n]], {n, 1000}]; t

CROSSREFS

Cf. A002093 (highly abundant numbers), A193989.

Sequence in context: A225734 A225733 A225732 * A124455 A072378 A112587

Adjacent sequences:  A193985 A193986 A193987 * A193989 A193990 A193991

KEYWORD

nonn

AUTHOR

T. D. Noe, Aug 17 2011

STATUS

approved

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 June 18 22:35 EDT 2013. Contains 226356 sequences.