OFFSET
1,8
COMMENTS
LINKS
FORMULA
a(2^n) = A330995(n).
MATHEMATICA
facs[n_]:=If[n<=1, {{}}, Join@@Table[Map[Prepend[#, d]&, Select[facs[n/d], Min@@#>=d&]], {d, Rest[Divisors[n]]}]];
Table[Length[facs[n]]/Length[Select[facs[n], UnsameQ@@#&]], {n, 100}]//Denominator
PROG
CROSSREFS
Positions of 1's include all elements of A001248 as well as A005117. The first position of a 1 that is not in A167207 is 128.
The numerators are A331023.
The rounded quotients are A331048.
The same for integer partitions is A330995.
KEYWORD
nonn,frac
AUTHOR
Gus Wiseman, Jan 08 2020
EXTENSIONS
More terms from Antti Karttunen, May 27 2021
STATUS
approved