cp's OEIS Frontend

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.

A177374 Fibonacci numbers whose decimal expansion does not contain any digit 8.

This page as a plain text file.
%I A177374 #9 Aug 05 2016 13:08:49
%S A177374 1,1,2,3,5,13,21,34,55,144,233,377,610,1597,6765,10946,17711,75025,
%T A177374 121393,514229,1346269,9227465,14930352,102334155,267914296,433494437,
%U A177374 1134903170,2971215073,20365011074,53316291173,365435296162
%N A177374 Fibonacci numbers whose decimal expansion does not contain any digit 8.
%C A177374 Probability that Fib(n) contains no 8's goes to zero as n grows to infinity. I suppose that the maximum number is Fib(142) having 30 digits.
%C A177374 The above conjecture is true up through Fib(100,000) which has 20,800 digits. - _Harvey P. Dale_, Dec 31 2013
%e A177374 a(8)=34 since it is the 8th Fibonacci having no 8's
%t A177374 Select[Fibonacci[Range[100]],DigitCount[#,10,8]==0&] (* _Harvey P. Dale_, Dec 31 2013 *)
%Y A177374 Cf. A000045, A177194, A177195, A177231, A177245, A177246, A176253, A177247, A177372
%K A177374 nonn,base
%O A177374 1,3
%A A177374 _Carmine Suriano_, May 07 2010