|
Search: id:A025487
|
|
|
| A025487 |
|
Least integer of each prime signature; also products of primorial numbers A002110. |
|
+0 163
|
|
| 1, 2, 4, 6, 8, 12, 16, 24, 30, 32, 36, 48, 60, 64, 72, 96, 120, 128, 144, 180, 192, 210, 216, 240, 256, 288, 360, 384, 420, 432, 480, 512, 576, 720, 768, 840, 864, 900, 960, 1024, 1080, 1152, 1260, 1296, 1440, 1536, 1680, 1728, 1800, 1920, 2048, 2160, 2304, 2310
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
All numbers of the form 2^k1*3^k2*...*p_n^k_n, where k1 >= k2 >= ... >= k_n, sorted.
|
|
REFERENCES
|
The exponents k1,k2,... can be read off Abramowitz and Stegun, Handbook, p. 831, column labeled "pi".
|
|
LINKS
|
Franklin T. Adams-Watters, Table of n, a(n) for n = 0..10000
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, December 1972 [alternative scanned copy].
|
|
MATHEMATICA
|
PrimeExponents[n_] := Flatten[ Table[ # [[2]], {1}] & /@ FactorInteger[n]]; lpe = {}; ln = {1}; Do[pe = Sort@PrimeExponents@n; If[ FreeQ[lpe, pe], AppendTo[lpe, pe]; AppendTo[ln, n]], {n, 2350}]; ln (from Robert G. Wilson v Aug 14 2004)
|
|
CROSSREFS
|
Cf. A036035, A025488, A051282. Equals range of values taken by A046523.
Cf. A055932, A036041, A061394, A124832.
Sequence in context: A048951 A058629 A095810 this_sequence A070175 A096850 A062847
Adjacent sequences: A025484 A025485 A025486 this_sequence A025488 A025489 A025490
|
|
KEYWORD
|
nonn,easy,nice
|
|
AUTHOR
|
David W. Wilson (davidwwilson(AT)comcast.net)
|
|
|
Search completed in 0.003 seconds
|