Step 1. Use your code to compute the smallest prime fibonacci number
	        greater than 227,000.  Call this number X.
	
	Step 2. The password for level 3 is the sum of prime divisors of X + 1.
	
	Note: If you call the number instead, it will check your answer for step 1.