cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A308913 Highly composite numbers (A002182) that are not superabundant numbers (A004394).

Original entry on oeis.org

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
Offset: 1

Views

Author

Amiram Eldar, Jun 30 2019

Keywords

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).

Crossrefs

Programs

  • 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

Formula

a(2118+i) = A002182(2567+i) for i > 0.