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!)
A245080 Numbers such that omega(a(n)) is a proper divisor of bigomega(a(n)). 2
4, 8, 9, 16, 24, 25, 27, 32, 36, 40, 49, 54, 56, 64, 81, 88, 96, 100, 104, 121, 125, 128, 135, 136, 144, 152, 160, 169, 184, 189, 196, 216, 224, 225, 232, 240, 243, 248, 250, 256, 289, 296, 297, 324, 328, 336, 343, 344, 351, 352, 360, 361, 375, 376, 384, 400, 416, 424, 441, 459 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All proper powers of any number greater than 1 (A001597(n), n>1) are a subset of this sequence. On the other hand, this is a subset of A067340 which admits also numbers k for which bigomega(k) = omega(k). In particular, prime numbers are excluded.
The density of these numbers, i.e., the ratio n/a(n), apparently decreases with n, reaching 0.04420... for n = 10000000. Conjecture: n/a(n) might have a nonzero limit below 0.0427 (the density found in the interval 9500000 < n <= 10000000).
LINKS
EXAMPLE
240 is in the sequence because 240=5^1*3^1*2^4. Hence omega(240)=3 (three distinct prime divisors) is a proper divisor of bigomega(240)=6 (six prime divisors with multiplicity).
PROG
(PARI) OmegaTest(n)=(bigomega(n)>omega(n))&&(bigomega(n)%omega(n)==0);
Ntest(nmax, test)={my(k=1, n=0, v); v=vector(nmax); while(1, n++; if(test(n), v[k]=n; k++; if(k>nmax, break)); ); return(v); }
Ntest(20000, OmegaTest)
CROSSREFS
Sequence in context: A100657 A372280 A361204 * A212164 A293243 A339740
KEYWORD
nonn
AUTHOR
Stanislav Sykora, Jul 11 2014
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 17 12:26 EDT 2024. Contains 372600 sequences. (Running on oeis4.)