New posts in combinations

Counting Binary Strings (No block decompositions)

Number of Unique Sequences with Circular Shifts

counting combinations and permutations efficiently

Number of isoceles triangles formed by the vertices of a polygon that are not equilateral

How to group people so everyone meets?

Combinatorial proof $\sum_i^{\lfloor{n/2}\rfloor} (-1)^i {n-i\choose i} 2^{n-2i} = n+1$

$ \sum_{x=1}^n {{n-1} \choose {x-1}} {N \choose x} = {{N+n-1}\choose n}$ [duplicate]

How many solutions does the equation $\sum_{i=1}^{k}{x_i}=c$ have, given that the $x_i\in\mathbb{Z}$ and $0\leq x_i\leq d$?

Two squares are chosen at random on a chessboard. What is the probability that they have a side in common?

Implementation of Permutation, Combinations and PowerSet in C++ [duplicate]

How many ways are there to fill up a $2n \times 2n$ matrix with $1, -1$?

How to efficiently calculate a row in pascal's triangle?

Unique string combinations

Permutation - how to order 6 elements out of 13 with 3 conditions

Getting all combinations which sum up to 100 using R

Placing a kth adjacent term in a row of k-1 non-adjacent terms

Given a list of elements in lexicographical order (i.e. ['a', 'b', 'c', 'd']), find the nth permutation - Average time to solve?

All possible combinations of columns in dataframe -pandas/python

get all combinations for a string

In how many ways can we partition a set into smaller subsets so the sum of the numbers in each subset is equal?