C) Multiple each Fibonacci number with the next one in the sequence. Multiple each Fibonacci number with itself. Add the squared Fibonacci number.
Pattern: When given a certain term, the multiple result of it is equal to the sum of the terms associated Fn2 added to all of the previous squared results (e.g. 2x3=6 and 0+1+1+4=6)
D) First thirty nunbers of the Fibonacci numbers marked as multiples of 2, 3, 5 and 8.
Pattern: The difference between one multiple and the next is equal to the term number (e.g. Multiple 2 = Term 3; all multiples of 2 will be three numbers from the previous multiple).