Fibonacci sequence
-
problemFind the link between a sequence of continued fractions and the ratio of succesive Fibonacci numbers. -
problemRoom Doubling
Investigate the different ways you could split up these rooms so that you have double the number. -
problemColour Building
Using only the red and white rods, how many different ways are there to make up the other rods? -
problemFibonacci Deduction
Leonard writes down a sequence of numbers. Can you find a formula to predict the seventh number in his sequence?
-
problemLogo Challenge - Circles as Bugs
Here are some circle bugs to try to replicate with some elegant programming, plus some sequences generated elegantly in LOGO.
-
problemFirst Forward Into Logo 11: Sequences
This part introduces the use of Logo for number work. Learn how to use Logo to generate sequences of numbers.
-
gameLast Biscuit
Can you find a strategy that ensures you get to take the last biscuit in this game?
-
problemBuilding Gnomons
Build gnomons that are related to the Fibonacci sequence and try to explain why this is possible. -
problemGnomon Dimensions
These gnomons appear to have more than a passing connection with the Fibonacci sequence. This problem ask you to investigate some of these connections. -
problemOrdered Sums
Let a(n) be the number of ways of expressing the integer n as an ordered sum of 1's and 2's. Let b(n) be the number of ways of expressing n as an ordered sum of integers greater than 1. (i) Calculate a(n) and b(n) for n<8. What do you notice about these sequences? (ii) Find a relation between a(p) and b(q). (iii) Prove your conjectures.