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!)
A308913 Highly composite numbers (A002182) that are not superabundant numbers (A004394). 3
7560, 20160, 45360, 50400, 83160, 221760, 498960, 1081080, 2882880, 6486480, 14414400, 17297280, 32432400, 43243200, 110270160, 245044800, 294053760, 551350800, 2095133040, 2205403200, 4655851200, 5587021440, 10475665200, 64250746560, 73329656400, 97772875200 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Pillai noted in 1941 that 7560 is the first term of this sequence. He also asked for the opposite sequence and wondered whether its first term (A166735(1) = 1163962800) is within the reach of modern computation.
Since the sequence of superabundant numbers that are also highly composite, A166981, is finite, this sequence contains all the highly composite numbers above A002182(2567) = A004394(1023).
LINKS
S. Sivasankaranarayana Pillai, On numbers analogous to highly composite numbers of Ramanujan, Rajah Sir Annamalai Chettiar Commemoration Volume, ed. Dr. B. V. Narayanaswamy Naidu, Annamalai University, 1941, pp. 697-704.
S. Sivasankaranarayana Pillai, Highly Composite Numbers of the t th Order, J. Indian Math. Soc., Vol. 8 (1944), pp. 61-74.
FORMULA
a(2118+i) = A002182(2567+i) for i > 0.
MATHEMATICA
seq = {}; dm = 0; sm = 0; Do[d = DivisorSigma[0, n]; s = DivisorSigma[1, n]; If[d > dm, dm = d]; If[s > s, sm = s, AppendTo[seq, n]], {n, 1, 3000000}]; seq
CROSSREFS
Sequence in context: A157322 A172443 A190108 * A145313 A235961 A235572
KEYWORD
nonn
AUTHOR
Amiram Eldar, Jun 30 2019
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)