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.

A177376 Fibonacci numbers whose decimal expansion does not contain any digit 9.

This page as a plain text file.
%I A177376 #7 Aug 05 2016 13:08:49
%S A177376 1,1,2,3,5,8,13,21,34,55,144,233,377,610,2584,4181,6765,17711,28657,
%T A177376 46368,75025,317811,832040,3524578,5702887,24157817,102334155,
%U A177376 165580141,701408733,20365011074,86267571272,225851433717,17167680177565
%N A177376 Fibonacci numbers whose decimal expansion does not contain any digit 9.
%C A177376 The probability that Fib(n) contains no 9's goes to zero as n grows to infinity. It appears that the largest term is F(188). [Corrected by _Jon E. Schoenfield_, May 08 2010]
%e A177376 a(11)=144 since it is the 11th Fibonacci containing no 9's
%t A177376 Select[Fibonacci[Range[100]],DigitCount[#,10,9]==0&] (* _Harvey P. Dale_, Jan 22 2014 *)
%Y A177376 Cf. A000045, A177194, A177195, A177231, A177245, A177246, A176253, A177247, A177272, A177372, A177374
%K A177376 nonn,base
%O A177376 1,3
%A A177376 _Carmine Suriano_, May 07 2010