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!)
A307763 Highly composite numbers that are a product of two highly composite numbers greater than 1. 2
4, 12, 24, 36, 48, 120, 240, 360, 720, 1680, 2520, 5040, 7560, 10080, 15120, 20160, 45360, 50400, 55440, 110880, 166320, 221760, 332640, 498960, 554400, 665280, 1441440, 2162160, 2882880, 4324320, 6486480, 7207200, 8648640, 14414400, 17297280, 21621600, 43243200, 73513440 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
7560 = 6 * 1260. 6 and 1260 are both highly composite numbers, so 7560 is in the sequence.
MATHEMATICA
hcQ[n_, v_] := AnyTrue[v, MemberQ[v, n/#] &]; hc = {}; s = {}; dm = 0; Do[d = DivisorSigma[0, n]; If[d > dm, dm = d; If[hcQ[n, hc], AppendTo[s, n]]; AppendTo[hc, n]], {n, 10^7}]; s (* Amiram Eldar, Jul 05 2019 *)
CROSSREFS
Cf. A002182.
Sequence in context: A297568 A353795 A317518 * A071228 A304077 A108997
KEYWORD
nonn
AUTHOR
Dmitry Kamenetsky, Apr 27 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 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)