OFFSET
1,2
COMMENTS
These are numbers both highly composite and superabundant but neither superior highly composite nor colossally abundant.
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..358
Michael De Vlieger, Annotated plot of a(n) at (x,y) = (a(n)/A002110(A001221(a(n)), A002110(A001221(a(n)))
Eric Weisstein's World of Mathematics, Highly Composite Number
Eric Weisstein's World of Mathematics, Colossally Abundant Number
Eric Weisstein's World of Mathematics, Superabundant Number
Eric Weisstein's World of Mathematics, Superior Highly Composite Number
EXAMPLE
1 is in the sequence since it is the empty product, setting records for both the number of divisors and the sum of divisors, and it is neither also superior highly composite nor colossally abundant.
2 is not in the sequence since it is both colossally abundant and superior highly composite.
4 is in the sequence since it sets a record for the divisor counting and divisor sum functions, yet it is neither superior highly composite nor colossally abundant.
20951330400 is not in the sequence since it is colossally abundant though it is an HCN and SA. etc.
MATHEMATICA
Complement[Import["https://oeis.org/A166981/b166981.txt", "Data"][[1 ;; 449, -1]], Union[FoldList[Times, Import["https://oeis.org/A073751/b073751.txt", "Data"][[1 ;; 120, -1]] ], FoldList[Times, Import["https://oeis.org/A000705/b000705.txt", "Data"][[1 ;; 120, -1]] ] ] ] (* Program reads OEIS b-files Michael De Vlieger, Nov 09 2020 *)
CROSSREFS
KEYWORD
nonn,fini,full
AUTHOR
Michael De Vlieger, Nov 09 2020
STATUS
approved