Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #6 Jan 28 2015 15:06:10
%S 25,43,45,51,59,63,65,80,105,107,135,159,161,168,179,188,195,227,250,
%T 253,268,270,278,301,309,311,326,344,351,353,360,369,375,403,418,433,
%U 448,450,457,493,504,505,511,535,559,563,581
%N Position of n-th 6 in A031324.
%t Flatten[Position[Flatten[IntegerDigits/@Fibonacci[Range[0,90]]],6]]-2 (* _Harvey P. Dale_, Jan 28 2015 *)
%K nonn
%O 1,1
%A _Clark Kimberling_