OFFSET
1,2
COMMENTS
Both n and d(n) are highly composite numbers.
It is extremely likely that this sequence is complete. The highly composite numbers have a very special form. The number of divisors of a large HCN has a high power of 2 in its factorization -- which is not the form of an HCN. - T. D. Noe, Apr 21 2011
All but a(7) and a(12) are a multiple of the previous term: ratios a(n+1) / a(n) are (2, 3, 2, 5, 6, 7/2, 2, 2, 11, 5, 13/5, 5, 17, 36, 133, 23, 29, ...?). - M. F. Hasler, Jun 20 2022
LINKS
Achim Flammenkamp, Highly composite numbers
Lars Magnus Ă˜verlier, Highly Composite Numbers, arXiv:2305.14350 [math.NT], 2023.
EXAMPLE
d(60) = 12; both 60 and 12 are highly composite numbers
MATHEMATICA
(* First run program at A002182 *) Select[A002182, MemberQ[A002182, DivisorSigma[0, #]] &] (* Alonso del Arte, Apr 21 2011 *)
PROG
CROSSREFS
KEYWORD
nonn,fini,full
AUTHOR
Krzysztof Ostrowski, Apr 21 2011
EXTENSIONS
Typo in a(15) corrected by Ben Beer, Jul 20 2016
Keywords fini and full, following Ă˜verlier's thesis, added by Michel Marcus, May 25 2023
STATUS
approved