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!)
A048107 Numbers k such that the number of unitary divisors of k (A034444) is larger than the number of non-unitary divisors of k (A048105). 12
1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 22, 23, 25, 26, 28, 29, 30, 31, 33, 34, 35, 37, 38, 39, 41, 42, 43, 44, 45, 46, 47, 49, 50, 51, 52, 53, 55, 57, 58, 59, 60, 61, 62, 63, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 82, 83, 84, 85, 86 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers with at most one 2 and no 3s or higher in their prime exponents. - Charles R Greathouse IV, Aug 25 2016
A disjoint union of A005117 and A060687. The asymptotic density of this sequence is (6/Pi^2) * (1 + Sum_{p prime} 1/(p*(p+1)) = A059956 * (1 + A179119) = A059956 + A271971 = 0.8086828238... - Amiram Eldar, Nov 07 2020
LINKS
FORMULA
Numbers for which 2^(r(n)+1) > d(n), where r = A001221, d = A000005.
EXAMPLE
n = 420 = 2*2*3*5*7, 4 distinct prime factors, 24 divisors of which 16 are unitary and 8 are not; ud(n) > nud(n) and 2^(4+1) = 32 is larger than d, the number of divisors.
MATHEMATICA
Select[Range[500], 2^(1 + PrimeNu[#]) > DivisorSigma[0, #] &] (* G. C. Greubel, May 05 2017 *)
PROG
(PARI) is(n)=my(f=factor(n)[, 2], t); for(i=1, #f, if(f[i]>1, if(t||f[i]>2, return(0), t=1))); 1 \\ Charles R Greathouse IV, Sep 17 2015
(PARI) is(n)=n==1 || factorback(factor(n)[, 2])<3 \\ Charles R Greathouse IV, Aug 25 2016
CROSSREFS
Complement of A048108.
A072357 is a subsequence.
Sequence in context: A007915 A344742 A004709 * A342521 A078129 A325368
KEYWORD
nonn
AUTHOR
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 12:28 EDT 2024. Contains 371969 sequences. (Running on oeis4.)