The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A182862 Numbers k that set a record for the number of distinct prime signatures represented among their unitary divisors. 8

%I #23 Dec 30 2020 17:16:06

%S 1,2,6,12,60,360,1260,2520,27720,138600,360360,831600,10810800,

%T 75675600,183783600,1286485200,24443218800,38594556000,424540116000,

%U 733296564000,8066262204000,185524030692000,1693915062840000,5380196890068000,38960046445320000,166786103592108000

%N Numbers k that set a record for the number of distinct prime signatures represented among their unitary divisors.

%C In other words, the sequence includes k iff A182860(k) > A182860(m) for all m < k.

%C The records for the number of distinct prime signatures are 1, 2, 3, 4, 6, 8, 9, 12, 16, 18, 20, 24, 32, 36, 40, 48, 60, 64, 72, 80, 96, ... (see the link for more values). - _Amiram Eldar_, Jul 07 2019

%H Amiram Eldar, <a href="/A182862/b182862.txt">Table of n, a(n) for n = 1..60</a>

%H Amiram Eldar, <a href="/A182862/a182862.txt">Table of n, a(n), A182860(a(n)) for n = 1..60</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/UnitaryDivisor.html">Unitary Divisor</a>

%e 60 has 8 unitary divisors (1, 3, 4, 5, 12, 15, 20 and 60). Primes 3 and 5 have the same prime signature, as do 12 (2^2*3) and 20 (2^2*5); each of the other four numbers listed is the only unitary divisor of 60 with its particular prime signature. This makes a total of 6 distinct prime signatures that appear among the unitary divisors of 60. Since no positive integer smaller than 60 has more than 4 distinct prime signatures appearing among its unitary divisors, 60 belongs to this sequence.

%t f[1] = 1; f[n_] := Times @@ (Values[Counts[FactorInteger[n][[;; , 2]]]] + 1); fm = 0; s={}; Do[f1 = f[n]; If[f1 > fm, fm = f1; AppendTo[s, n]], {n, 1, 10^6}]; s (* _Amiram Eldar_, Jan 19 2019 *)

%Y Subsequence of A025487, A129912, A181826, A182863. See also A034444, A085082, A182860, A182861.

%K nonn

%O 1,2

%A _Matthew Vandermast_, Jan 14 2011

%E a(14)-a(26) from _Amiram Eldar_, Jan 19 2019

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 May 15 09:54 EDT 2024. Contains 372540 sequences. (Running on oeis4.)