A131420 A tabular sequence of arrays counting ordered factorizations over least prime signatures. The unordered version is described by sequence A129306.
1, 2, 3, 4, 8, 13, 8, 20, 44, 75, 26, 16, 48, 132, 308, 541, 76, 176, 32, 112, 368, 1076, 2612, 4683, 208, 604, 1460, 252, 818, 64, 256, 876, 3408, 10404, 25988, 47293, 544, 1888, 5740, 14300, 768, 2316, 3172, 7880, 128, 576, 2496, 10096, 36848, 116180
Offset: 1
Keywords
Examples
36 = 2*2*3*3 and is in A025487. There are 26 ways to factor 36 so a(11) = 26.
Crossrefs
Programs
-
Mathematica
gozinta counts ordered factorizations of an integer, and if lst is a partition we have gozinta[1] = 1; gozinta[n_] := gozinta[n] = 1 + Sum[gozinta[n/i], {i, Rest@Most@Divisors@n}] a[lst_] := gozinta[Times @@ (Array[Prime, Length@lst]^lst)] (* Roger Lipsett, Feb 26 2016 *)
Extensions
Corrected entries in table in comments section - Roger Lipsett, Feb 26 2016
Comments