|
Search: id:A097320
|
|
|
| A097320 |
|
Numbers with more than one prime factor and, in the ordered factorization, the exponent always decreases when read from left to right. |
|
+0 4
|
|
| 12, 20, 24, 28, 40, 44, 45, 48, 52, 56, 63, 68, 72, 76, 80, 88, 92, 96, 99, 104, 112, 116, 117, 124, 135, 136, 144, 148, 152, 153, 160, 164, 171, 172, 175, 176, 184, 188, 189, 192, 200, 207, 208, 212, 224, 232, 236, 244, 248, 261, 268, 272, 275, 279, 284, 288
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
If n = Sum[k=1..m, p(k)^e(k)], then k>1, e(1) > e(2) >...> e(m).
|
|
EXAMPLE
|
80 is 2^4 * 5^1 and 4>1, so 80 is in sequence.
|
|
PROGRAM
|
(PARI) for(n=1, 320, F=factor(n):t=0:s=matsize(F)[1]: if(s>1, for(k=1, s-1, if(F[k, 2]<=F[k+1, 2], t=1:break)): if(!t, print1(n", "))))
|
|
CROSSREFS
|
Subset of A005117 and A097318 and A112769. Cf. A097319.
Sequence in context: A065201 A136724 A112769 this_sequence A111592 A111947 A109396
Adjacent sequences: A097317 A097318 A097319 this_sequence A097321 A097322 A097323
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Ralf Stephan, Aug 04 2004
|
|
|
Search completed in 0.002 seconds
|