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!)
A121389 a(n) = 10^Fibonacci(n) - 1. 1
0, 9, 9, 99, 999, 99999, 99999999, 9999999999999, 999999999999999999999, 9999999999999999999999999999999999, 9999999999999999999999999999999999999999999999999999999 (list; graph; refs; listen; history; text; internal format)
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).
LINKS
FORMULA
a(n) = 10^Fibonacci(n) - 1 = 10^A000045(n) - 1 (= 9*A108047(n) for n>=1). a(0) = 0; a(1) = 9; a(n) = a(n-2)*a(n-1) + a(n-2) + a(n-1).
MATHEMATICA
10^Fibonacci[Range[0, 10]]-1 (* Harvey P. Dale, Dec 24 2022 *)
CROSSREFS
Sequence in context: A050683 A210095 A092548 * A065242 A050720 A262860
KEYWORD
nonn
AUTHOR
Rick L. Shepherd, Jul 26 2006
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)