Thursday, November 11, 2010

Ubiquitous Fibonacci

Try this for size: Given a n digit binary number (ie, 0s and 1s only), how many such numbers
are there that do not have two consecutive zeros. eg: focusing on 2 digits, 01,10,11 are allowed but not 00

No comments:

Post a Comment