OFFSET
1,1
COMMENTS
Sequence A144205 has the actual Fibonacci numbers.
LINKS
T. D. Noe, Table of n, a(n) for n = 1..600
MATHEMATICA
Select[Range[800], IntegerLength[Fibonacci[#]]==2Count[ IntegerDigits[ Fibonacci[#]], _?OddQ]&] (* Harvey P. Dale, Nov 19 2011 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
T. D. Noe, Nov 09 2011
STATUS
approved