A096903 Least integer of each ordered prime signature (A055932) arranged by prime signature (each row starting with least integer of each prime signature, A025487).
1, 2, 4, 6, 8, 12, 18, 16, 24, 54, 30, 32, 36, 48, 162, 60, 90, 150, 64, 72, 108, 96, 486, 120, 270, 750, 128, 144, 324, 180, 300, 450, 192, 1458, 210, 216, 240, 810, 3750, 256, 288, 972, 360, 540, 600, 1350, 1500, 2250, 384, 4374, 420, 630, 1050, 1470, 432, 648
Offset: 0
Examples
Sequence begins 1, 2, 4, 6, 8, 12,18, 16, 24,54, 30, 32, 36, 48,162, 60,90,150
Links
- Michael De Vlieger, Table of n, a(n) for n = 0..14264 (rows 0 <= n <= 487 = A098719(9) - 1.)
- OEIS Wiki, Orderings of ordered prime signatures
Programs
-
Mathematica
SortBy[#, First] &@ Map[Union@ Map[Times @@ MapIndexed[Prime[First@ #2]^#1 &, #] &, Permutations[#]] &, Map[If[# == 1, {0}, Function[f, ReplacePart[Table[0, {PrimePi[f[[-1, 1]]]}], #] &@ Map[PrimePi@ First@ # -> Last@ # &, f]]@ FactorInteger@ #] &, Import["https://oeis.org/A025487/b025487.txt", "Data"][[1 ;; 30, -1]] ] ] // Flatten (* Michael De Vlieger, Feb 06 2020, using b-file from A025487 *)
Extensions
Edited by Daniel Forgues, Jan 24 2011
Comments