login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A335434 Number of separable factorizations of n into factors > 1. 18
1, 1, 1, 1, 1, 2, 1, 2, 1, 2, 1, 4, 1, 2, 2, 3, 1, 4, 1, 4, 2, 2, 1, 6, 1, 2, 2, 4, 1, 5, 1, 5, 2, 2, 2, 8, 1, 2, 2, 6, 1, 5, 1, 4, 4, 2, 1, 10, 1, 4, 2, 4, 1, 6, 2, 6, 2, 2, 1, 11, 1, 2, 4, 6, 2, 5, 1, 4, 2, 5, 1, 15, 1, 2, 4, 4, 2, 5, 1, 10, 3, 2, 1, 11, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
COMMENTS
A multiset is separable if it has a permutation that is an anti-run, meaning there are no adjacent equal parts.
LINKS
FORMULA
A333487(n) + a(n) = A001055(n).
EXAMPLE
The a(n) factorizations for n = 2, 6, 16, 12, 30, 24, 36, 48, 60:
2 6 16 12 30 24 36 48 60
2*3 2*8 2*6 5*6 3*8 4*9 6*8 2*30
2*2*4 3*4 2*15 4*6 2*18 2*24 3*20
2*2*3 3*10 2*12 3*12 3*16 4*15
2*3*5 2*2*6 2*2*9 4*12 5*12
2*3*4 2*3*6 2*3*8 6*10
3*3*4 2*4*6 2*5*6
2*2*3*3 3*4*4 3*4*5
2*2*12 2*2*15
2*2*3*4 2*3*10
2*2*3*5
MATHEMATICA
facs[n_]:=If[n<=1, {{}}, Join@@Table[Map[Prepend[#, d]&, Select[facs[n/d], Min@@#>=d&]], {d, Rest[Divisors[n]]}]];
Table[Length[Select[facs[n], Select[Permutations[#], !MatchQ[#, {___, x_, x_, ___}]&]!={}&]], {n, 100}]
CROSSREFS
The version for partitions is A325534.
The inseparable version is A333487.
The version for multisets with prescribed multiplicities is A335127.
Factorizations are A001055.
Anti-run compositions are A003242.
Inseparable partitions are A325535.
Anti-runs are ranked by A333489.
Separable partitions are ranked by A335433.
Inseparable partitions are ranked by A335448.
Anti-run permutations of prime indices are A335452.
Sequence in context: A194448 A238950 A088433 * A348379 A264440 A303386
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jul 03 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)