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!)
A369209 Numbers whose number of divisors has the largest prime factor 3. 1

%I #10 Jan 16 2024 06:56:46

%S 4,9,12,18,20,25,28,32,36,44,45,49,50,52,60,63,68,72,75,76,84,90,92,

%T 96,98,99,100,108,116,117,121,124,126,132,140,147,148,150,153,156,160,

%U 164,169,171,172,175,180,188,196,198,200,204,207,212,220,224,225,228

%N Numbers whose number of divisors has the largest prime factor 3.

%C Subsequence of A059269 and first differs from it at n = 36: A059269(136) = 44 has 15 = 3 * 5 divisors and thus is not a term of this sequence.

%C Numbers k such that A000005(k) is in A065119.

%C Numbers k such that A071188(k) = 3.

%C Equals the complement of A354181, without the terms of A036537 (i.e., complement(A354181) \ A036537).

%C The asymptotic density of this sequence is Product_{p prime} (1-1/p) * (Sum_{k>=1} 1/p^(A003586(k)-1)) - A327839 = 0.26087647470200496716... .

%H Amiram Eldar, <a href="/A369209/b369209.txt">Table of n, a(n) for n = 1..10000</a>

%t gpf[n_] := FactorInteger[n][[-1, 1]]; Select[Range[300], gpf[DivisorSigma[0, #]] == 3 &]

%o (PARI) gpf(n) = if(n == 1, 1, vecmax(factor(n)[, 1]));

%o is(n) = gpf(numdiv(n)) == 3;

%Y Cf. A000005, A003586, A006530, A036537, A065119, A336595, A071188, A211337, A211338, A327839, A354181.

%Y Subsequence of A013929 and A059269.

%Y Subsequences: A001248, A030627, A050997, A054753, A062503, A067259, A079395, A085986, A085987, A086975, A095990, A096156, A138032, A162143, A179643, A179645.

%K nonn,easy

%O 1,1

%A _Amiram Eldar_, Jan 16 2024

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 05:46 EDT 2024. Contains 372538 sequences. (Running on oeis4.)