login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A193988 Numbers n such that sigma_2(n) > sigma_2(k) for all k < n. 4
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 sigma_2(n) occur. Records transform of A001157.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..1000 from T. D. Noe)
MATHEMATICA
mx = 0; t = {}; Do[u = DivisorSigma[2, n]; If[u > mx, mx = u; AppendTo[t, n]], {n, 1000}]; t
DeleteDuplicates[Table[{n, DivisorSigma[2, n]}, {n, 1000}], GreaterEqual[#1[[2]], #2[[2]]]&][[All, 1]] (* Harvey P. Dale, May 14 2022 *)
CROSSREFS
Cf. A001157, A002093 (highly abundant numbers), A193989.
Sequence in context: A225732 A295585 A324578 * A124455 A072378 A248888
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 | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 14:32 EDT 2024. Contains 371914 sequences. (Running on oeis4.)