|
Search: id:A069278
|
|
|
| A069278 |
|
17-almost primes (generalization of semiprimes). |
|
+0 8
|
|
| 131072, 196608, 294912, 327680, 442368, 458752, 491520, 663552, 688128, 720896, 737280, 819200, 851968, 995328, 1032192, 1081344, 1105920, 1114112, 1146880, 1228800, 1245184, 1277952, 1492992, 1507328, 1548288, 1605632, 1622016
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Divisible by exactly 17 primes (counted with multiplicity).
|
|
LINKS
|
D. W. Wilson, Table of n, a(n) for n = 1..10000
Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.
|
|
FORMULA
|
Product p_i^e_i with Sum e_i = 17.
|
|
PROGRAM
|
(PARI) k=17; start=2^k; finish=2000000; v=[] for(n=start, finish, if(bigomega(n)==k, v=concat(v, n))); v
|
|
CROSSREFS
|
Cf. A001358 (semiprimes), A069277 (16-almost primes), A069279 (18-almost primes) - A069281 (20-almost primes).
Sequence in context: A075968 A022533 A069392 this_sequence A017698 A010805 A138032
Adjacent sequences: A069275 A069276 A069277 this_sequence A069279 A069280 A069281
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Rick L. Shepherd (rshepherd2(AT)hotmail.com), Mar 13 2002
|
|
|
Search completed in 0.002 seconds
|