|
Search: id:A069280
|
|
|
| A069280 |
|
19-almost primes (generalization of semiprimes). |
|
+0 8
|
|
| 524288, 786432, 1179648, 1310720, 1769472, 1835008, 1966080, 2654208, 2752512, 2883584, 2949120, 3276800, 3407872, 3981312, 4128768, 4325376, 4423680, 4456448, 4587520, 4915200, 4980736, 5111808, 5971968, 6029312, 6193152
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Divisible by exactly 19 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 = 19.
|
|
PROGRAM
|
(PARI) k=19; start=2^k; finish=8000000; v=[] for(n=start, finish, if(bigomega(n)==k, v=concat(v, n))); v
|
|
CROSSREFS
|
Cf. A001358 (semiprimes), A069279 (18-almost primes), A069281 (20-almost primes).
Sequence in context: A011569 A022535 A069394 this_sequence A017702 A010807 A017701
Adjacent sequences: A069277 A069278 A069279 this_sequence A069281 A069282 A069283
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Rick L. Shepherd (rshepherd2(AT)hotmail.com), Mar 13 2002
|
|
|
Search completed in 0.002 seconds
|