login

Revision History for A181804

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
List of numbers that are LCMs of some set of highly composite numbers (A002182).
(history; published version)
#11 by OEIS Server at Fri Jun 23 03:42:29 EDT 2023
LINKS

Amiram Eldar, <a href="/A181804/b181804_1.txt">Table of n, a(n) for n = 1..10000</a>

#10 by Michel Marcus at Fri Jun 23 03:42:29 EDT 2023
STATUS

reviewed

approved

Discussion
Fri Jun 23
03:42
OEIS Server: Installed first b-file as b181804.txt.
#9 by Joerg Arndt at Fri Jun 23 03:41:50 EDT 2023
STATUS

proposed

reviewed

#8 by Amiram Eldar at Fri Jun 23 03:37:06 EDT 2023
STATUS

editing

proposed

#7 by Amiram Eldar at Fri Jun 23 03:12:56 EDT 2023
LINKS

Amiram Eldar, <a href="/A181804/b181804_1.txt">Table of n, a(n) for n = 1..10000</a>

#6 by Amiram Eldar at Fri Jun 23 03:12:31 EDT 2023
MATHEMATICA

seq[max_] := Module[{hcn = {}, hcnmax, d, dm = 0, s = {1}}, Do[d = DivisorSigma[0, n]; If[d > dm, dm = d; AppendTo[hcn, n]], {n, 1, max}]; hcnmax = hcn[[-1]]; Do[s = Union[Join[s, Select[LCM[hcn[[k]], s], # <= hcnmax &]]], {k, 2, Length[hcn]}]; s]; seq[300000] (* Amiram Eldar, Jun 23 2023 *)

CROSSREFS
#5 by Amiram Eldar at Fri Jun 23 03:11:39 EDT 2023
LINKS

A. Achim Flammenkamp, <a href="http://wwwhomes.uni-bielefeld.de/achim/highly.txt">List of the first 1200 highly composite numbers</a>.

Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/HighlyCompositeNumber.html">Highly composite number</a>.

Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/LeastCommonMultiple.html">Least Common Multiple</a> (LCM).

Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/ProperDivisor.html">Proper Divisor</a>.

CROSSREFS

Subsequence of A025487. Includes all members of A181806.

Includes all members of A181806.

Cf. A002182.

STATUS

approved

editing

#4 by Russ Cox at Fri Mar 30 17:27:19 EDT 2012
AUTHOR

_Matthew Vandermast (ghodges14(AT)comcast.net), _, Nov 27 2010

Discussion
Fri Mar 30
17:27
OEIS Server: https://oeis.org/edit/global/142
#3 by T. D. Noe at Sun Nov 28 00:03:59 EST 2010
STATUS

proposed

approved

#2 by Matthew Vandermast at Sat Nov 27 17:27:20 EST 2010
NAME

allocated for Matthew VandermastList of numbers that are LCMs of some set of highly composite numbers (A002182).

DATA

1, 2, 4, 6, 12, 24, 36, 48, 60, 72, 120, 144, 180, 240, 360, 720, 840, 1260, 1680, 2520, 5040, 7560, 10080, 15120, 20160, 25200, 27720, 30240, 45360, 50400, 55440, 60480, 75600, 83160, 90720, 100800, 110880, 151200, 166320, 181440, 221760, 226800, 277200

OFFSET

1,2

COMMENTS

Numbers n such that A181801(n) is higher than A181801(d) for any proper divisor d of n. Also, numbers n such that row n of A181802 is identical to no previous row of A181802.

A002182 is a proper subsequence of this sequence. 72 is the first LCM of some set of highly composite numbers that is not itself highly composite.

LINKS

A. Flammenkamp, <a href="http://wwwhomes.uni-bielefeld.de/achim/highly.txt">List of the first 1200 highly composite numbers</a>

Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/HighlyCompositeNumber.html">Highly composite number</a>

Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/LeastCommonMultiple.html">Least Common Multiple</a> (LCM)

Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/ProperDivisor.html">Proper Divisor</a>

EXAMPLE

1, 2, 4, 6, 12, 24 and 36 are all highly composite numbers, and their least common multiple (LCM) is 72. Hence, 72 is a member of the sequence.

CROSSREFS

A181805 gives the number of highly composite divisors of a(n), or A181801(a(n)).

Subsequence of A025487. Includes all members of A181806.

KEYWORD

allocated

nonn

AUTHOR

Matthew Vandermast (ghodges14(AT)comcast.net), Nov 27 2010

STATUS

approved

proposed