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 A030605 #12 Apr 09 2020 15:53:08 %S A030605 20,21,23,51,62,72,74,80,81,87,93,94,101,104,109,113,114,117,122,123, %T A030605 124,130,139,145,175,176,178,179,180,202,214,238,248,249,255,270,274, %U A030605 279,282,296,304,310,317,318,330,335,342,343 %N A030605 Position of n-th 0 in A030604 (previous version). %C A030605 Due to historical changes in A030604 this sequence starts counting from the second term of A030604, a revised version of this sequence is in A333908. - _Sean A. Irvine_, Apr 04 2020 %F A030605 a(n) = A333908(n + 1) - 1. - _Sean A. Irvine_, Apr 09 2020 %t A030605 Flatten[Position[Flatten[IntegerDigits[#,6]&/@Fibonacci[Range[ 2,50]]],0]] (* _Harvey P. Dale_, Apr 15 2012 *) %Y A030605 Cf. A333908. %K A030605 nonn %O A030605 1,1 %A A030605 _Clark Kimberling_