This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A030325 #7 Nov 21 2013 12:46:28 %S A030325 3,7,10,11,12,15,18,20,23,24,25,27,30,35,38,39,42,43,45,46,47,48,52, %T A030325 54,55,58,63,64,67,68,71,72,73,75,80,83,88,89,90,95,98,100,101,102, %U A030325 103,106,107,108,110,111,112,113,114,116,118,120 %N A030325 Position of n-th 0 in A030324. %t A030325 Flatten[Position[Flatten[IntegerDigits[#,2]&/@Fibonacci[ Range[ 2,20]]], 0]] (* _Harvey P. Dale_, Jan 21 2012 *) %K A030325 nonn %O A030325 1,1 %A A030325 _Clark Kimberling_