Skip to main content

Get Getting number of binary digits combinations without "forbidden patterns""forbidden" patterns

I need to get the number of all combinations of binary digits in an 8-digit binary number, but minusnot including those that follow some "forbidden" patterns like these:

xxxx0xx1 x1xxx0xx x1xxx0x0 

(where x is any digit)(where x represents any digit)

These shouldn't be in "valid" combinations I would like to count.

My numbers are much larger in fact, so I can't simply enumerate them.

What should I do?

Get number of combinations without "forbidden patterns"

I need to get the number of all combinations of binary digits in an 8-digit binary number, but minus some "forbidden" patterns like:

xxxx0xx1 x1xxx0xx x1xxx0x0 

(where x is any digit)

These shouldn't be in "valid" combinations I would like to count.

My numbers are much larger in fact, so I can't simply enumerate them.

What should I do?

Getting number of binary digits combinations without "forbidden" patterns

I need to get the number of all combinations of binary digits in an 8-digit binary number, but not including those that follow some "forbidden" patterns like these:

xxxx0xx1 x1xxx0xx x1xxx0x0 

(where x represents any digit)

These shouldn't be in "valid" combinations I would like to count.

My numbers are much larger in fact, so I can't simply enumerate them.

What should I do?

added 8 characters in body
Source Link
Sjoerd C. de Vries
  • 66.4k
  • 15
  • 192
  • 337

I need to get the number of all combinations of binary digits in an 8-digit binary number.

But, but minus some "forbidden" patterns like:

xxxx0xx1 x1xxx0xx x1xxx0x0 

(where x is any digit)

These shouldn't be in "valid" combinations I would like to count.

My numbers are much larger in fact, so I can't simply enumerate them.

What should I do?

I need to get number of all combinations of binary digits in 8-digit binary number.

But minus some "forbidden" patterns like:

xxxx0xx1 x1xxx0xx x1xxx0x0 

(where x is any digit)

These shouldn't be in "valid" combinations I would like to count.

My numbers much larger in fact, so I can't simply enumerate them.

What should I do?

I need to get the number of all combinations of binary digits in an 8-digit binary number, but minus some "forbidden" patterns like:

xxxx0xx1 x1xxx0xx x1xxx0x0 

(where x is any digit)

These shouldn't be in "valid" combinations I would like to count.

My numbers are much larger in fact, so I can't simply enumerate them.

What should I do?

deleted 26 characters in body
Source Link
user4449
user4449

I need to get number of all combinations of binary digits in 8-digit binary number.

But minus some "forbidden" patterns like:

xxxx0xx1 x1xxx0xx x1xxx0x0 

(where x is any digit)

These shouldn't be in "valid" combinations I would like to count.

What should I do?

Update: I forgot to add, myMy numbers much larger in fact, so I can't simply enumerate them.

What should I do?

I need to get number of all combinations of binary digits in 8-digit binary number.

But minus some "forbidden" patterns like:

xxxx0xx1 x1xxx0xx x1xxx0x0 

(where x is any digit)

These shouldn't be in "valid" combinations I would like to count.

What should I do?

Update: I forgot to add, my numbers much larger in fact, so I can't simply enumerate them.

I need to get number of all combinations of binary digits in 8-digit binary number.

But minus some "forbidden" patterns like:

xxxx0xx1 x1xxx0xx x1xxx0x0 

(where x is any digit)

These shouldn't be in "valid" combinations I would like to count.

My numbers much larger in fact, so I can't simply enumerate them.

What should I do?

Tweeted twitter.com/#!/StackMma/status/268303285449015296
added 95 characters in body
Source Link
user4449
user4449
Loading
deleted 1 characters in body
Source Link
user4449
user4449
Loading
Source Link
user4449
user4449
Loading