|
Search: id:A059992
|
|
|
| A059992 |
|
Numbers with an increasing number of nonprime divisors. |
|
+0 1
|
|
| 1, 4, 8, 12, 24, 36, 48, 60, 72, 120, 180, 240, 360, 720, 840, 1080, 1260, 1440, 1680, 2160, 2520, 4320, 5040, 7560, 10080, 15120, 20160, 25200, 27720, 30240, 45360, 50400, 55440, 75600, 83160, 110880, 151200, 166320, 221760, 277200, 332640
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
EXAMPLE
|
a(4)=12 because twelve has 4 nonprime divisors {1, 4, 6 and 12} whereas a(3)=8 has only 3; and twelve is the first number greater than eight which exhibits this property.
|
|
MATHEMATICA
|
l = 0; Do[ c = Count[PrimeQ[ Divisors[n] ], False]; If[c > l, l = c; Print[n] ], {n, 1, 10^6} ]
|
|
CROSSREFS
|
Cf. A055079, A002182.
Sequence in context: A015781 A130643 A014617 this_sequence A050570 A102110 A055079
Adjacent sequences: A059989 A059990 A059991 this_sequence A059993 A059994 A059995
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Robert G. Wilson v (rgwv(AT)rgwv.com), Mar 08 2001
|
|
|
Search completed in 0.002 seconds
|