Combinations Generator (k of n)
List all combinations of k elements chosen from a set of n, without repetition and regardless of order — that is C(n,k) combinations. Unlike permutations, {1,2} and {2,1} count as the same. Useful in draws, testing and combinatorial analysis.
Resultado
—
Combinações
Uma combinação escolhe k elementos de um conjunto de n sem repetição e sem importar a ordem — por isso {1,2} e {2,1} são a mesma combinação. O total é C(n,k) = n! / (k!·(n−k)!). Diferem das permutações, em que a ordem conta. As combinações aparecem em sorteios de loteria, na escolha de comitês e na expansão binomial.
Related Tools
Handwriting Generator
Convert typed text into an image with handwriting appearance. Useful for adding a personal touch to digital work.
Resume Generator
Fill a simple printable A4 CV from a form with personal data, education and experience.
Favicon Generator
Generate a favicon from text/emoji in all common sizes (16, 32, 48, 64, 192, 512). PNG download.