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!)
A062171 Number of non-unitary divisors of n (A048105) > number of distinct prime divisors of n (A001221). 1
8, 16, 24, 27, 32, 36, 40, 48, 54, 56, 60, 64, 72, 80, 81, 84, 88, 90, 96, 100, 104, 108, 112, 120, 125, 126, 128, 132, 135, 136, 140, 144, 150, 152, 156, 160, 162, 168, 176, 180, 184, 189, 192, 196, 198, 200, 204, 208, 216, 220, 224, 225, 228, 232, 234, 240 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
PROG
(PARI) nud(n) = numdiv(n)-2^omega(n); j=[]; for(n=1, 500, if(nud(n)>omega(n), j=concat(j, n))); j
(PARI) is(n)=my(f=factor(n)[, 2]); prod(i=1, #f, f[i]+1)>2^#f+#f \\ Charles R Greathouse IV, Sep 18 2015
CROSSREFS
Sequence in context: A078131 A122612 A078130 * A048108 A228957 A137845
KEYWORD
easy,nonn
AUTHOR
Jason Earls, Aug 28 2001
EXTENSIONS
Offset corrected by Charles R Greathouse IV, Sep 18 2015
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 May 8 23:08 EDT 2024. Contains 372341 sequences. (Running on oeis4.)