login
A050762
Fibonacci numbers containing no pair of consecutive equal digits (probably finite).
2
1, 1, 2, 3, 5, 8, 13, 21, 34, 89, 610, 987, 1597, 2584, 4181, 6765, 10946, 28657, 46368, 75025, 121393, 196418, 832040, 1346269, 2178309, 3524578, 14930352, 24157817, 63245986, 267914296, 2971215073, 4807526976, 12586269025, 86267571272
OFFSET
1,3
COMMENTS
The indices of these Fibonacci numbers are in A050761.
There are only 46 such numbers among the first 100000 Fibonacci numbers. - Harvey P. Dale, Apr 01 2013
LINKS
MATHEMATICA
Select[Fibonacci[Range[100]], !MemberQ[Differences[IntegerDigits[#]], 0]&] (* Harvey P. Dale, Apr 01 2013 *)
CROSSREFS
See A000045 for the Fibonacci numbers.
Sequence in context: A207976 A093332 A254786 * A321656 A005170 A226999
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Sep 15 1999
STATUS
approved