Okay, so you've got a sequence. It's recursively defined, which means that each term in the sequence depends on the previous one. You're given the initial term, f(0)=1. Do you remember what this function notation means? So, using the definition given to you of f(x), can you find f(1)? Can you find f(2)? Proceed onward until you find f(100).