OFFSET
0,2
COMMENTS
Each a(n) has Fibonacci(n) (trailing) 9's. In general, if the same recurrence below is used with any a(0), a(1) >= 0, then, for all k >= 2, a(k) has the same number of trailing 9's as a(k-2) and a(k-1) have altogether (see for example A121390).
FORMULA
MATHEMATICA
10^Fibonacci[Range[0, 10]]-1 (* Harvey P. Dale, Dec 24 2022 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Rick L. Shepherd, Jul 26 2006
STATUS
approved
