ok thanks for that, I thought I might have double counted.
Ok here is the go
the first bit of what I did was correct
# W #[BR]# W #[BR]# W #
If they both stay together then there are 6 places they can go
If they are seperated then there are 6C2 = 15 places they can go.
Which adds to 15+6=21 places
now lets look at a scenario
consider starting with
# W #[BR]# W #[RB]# W #
If I added 2 reds tied together they will all be different than any permutation in the first set, that is 6 ways
If 2 two added reds are to be added seperately then
# W #[BR]# W R[BR]# W #
will all be the same as
# W #[BR]# W #[RB]R W #
and there are 4 places where the second R can be put, so if I add15 in this second set I will have double counted by 4
So rather than 15 there will be 11
The next set will have 4 less again and the same with the last set
So rather than it being
21+21+21+21
it will be
21+17+13+9 = 60