|
Search: id:A048098
|
|
|
| A048098 |
|
Sqrt(n)-smooth numbers: if n = Product p_i^e_i then n >= (max p_i)^2. |
|
+0 9
|
|
| 1, 4, 8, 9, 12, 16, 18, 24, 25, 27, 30, 32, 36, 40, 45, 48, 49, 50, 54, 56, 60, 63, 64, 70, 72, 75, 80, 81, 84, 90, 96, 98, 100, 105, 108, 112, 120, 121, 125, 126, 128, 132, 135, 140, 144, 147, 150, 154, 160, 162, 165, 168, 169, 175, 176, 180, 182, 189, 192, 195
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
This set (let say S) has density d(S)= 1-Log(2) and multiplicative density m(S) = 1-exp(-Gamma). Multiplicative density : let A be a set of numbers, A(x) = { k in A | Lpf(k) <=x } where Lpf(k) denotes the largest prime factor of k and let m(x)(A) = prod(p<=x, (1-1/p))*sum( k in A(x), 1/k). If lim x ->infinity m(x)(A) exists = m(A), this limit is called "multiplicative density" of A (Erdos and Davenport, 1951). - Benoit Cloitre (benoit7848c(AT)orange.fr), Jun 12 2002
|
|
LINKS
|
T. D. Noe, Table of n, a(n) for n=1..1000
Eric Weisstein's World of Mathematics, Greatest Prime Factor
Eric Weisstein's World of Mathematics, Round Number
|
|
PROGRAM
|
(PARI) for(n=1, 1000, if(vecmax(component(factor(n), 1))<=sqrt(n), print1(n, ", ")))
|
|
CROSSREFS
|
Cf. A063538, A063539, A063762, A063763, A064052.
Adjacent sequences: A048095 A048096 A048097 this_sequence A048099 A048100 A048101
Sequence in context: A162966 A034043 A053443 this_sequence A122145 A057109 A069189
|
|
KEYWORD
|
easy,nonn,nice
|
|
AUTHOR
|
J. Lowell (jhbubby(AT)avana.net)
|
|
EXTENSIONS
|
More terms from James A. Sellers (sellersj(AT)math.psu.edu), Apr 22 2000
|
|
|
Search completed in 0.002 seconds
|