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!)
A069041 Fibonacci numbers with at most two distinct digits. 0
1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 17711 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Next term, if it exists, is > Fibonacci(2289000). - Lars Blomberg, May 10 2011
LINKS
MATHEMATICA
Fibonacci[ Select[Range[5*10^3], Length[Union[IntegerDigits[Fibonacci[ # ]], {}]] <= 2 &]]
Select[Fibonacci[Range[100]], Count[DigitCount[#], 0]>7&] (* Harvey P. Dale, May 27 2018 *)
CROSSREFS
Cf. A000045.
Sequence in context: A274163 A177194 A177247 * A177372 A109609 A274162
KEYWORD
nonn,base
AUTHOR
Joseph L. Pe, Apr 03 2002
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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)