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