login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A177195 Fibonacci numbers whose decimal expansion does not contain the digit 1. 8
0, 2, 3, 5, 8, 34, 55, 89, 233, 377, 987, 2584, 6765, 28657, 46368, 75025, 832040, 3524578, 5702887, 9227465, 63245986, 433494437, 4807526976, 7778742049, 27777890035288, 5527939700884757, 2427893228399975082453, 22698374052006863956975682 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The probability that Fibonacci(n) contains no digit 1 decreases to 0 as n goes to infinity. Seems that its maximum value is Fibonacci(211) having 44 digits, none of them is 1.
LINKS
EXAMPLE
34 is a term since 34 is a Fibonacci number having no 1's. [corrected by D. S. McNeil, Nov 12 2010]
MATHEMATICA
Select[Fibonacci[Range[0, 150]], DigitCount[#, 10, 1]==0&] (* Harvey P. Dale, Apr 18 2019 *)
PROG
(Magma) [Fibonacci(n): n in [0..150] | not 1 in Intseq(Fibonacci(n))]; // Vincenzo Librandi, May 09 2019
CROSSREFS
Sequence in context: A014258 A237575 A275524 * A178355 A281618 A059359
KEYWORD
nonn,base
AUTHOR
Carmine Suriano, May 04 2010
EXTENSIONS
a(1)=0 added by Alois P. Heinz, May 04 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 5 23:49 EDT 2024. Contains 372290 sequences. (Running on oeis4.)