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!)
A140781 a(n) = 10*a(n-1) - a(n-2). 0
1, 2, 19, 188, 1861, 18422, 182359, 1805168, 17869321, 176888042, 1751011099, 17333222948, 171581218381, 1698478960862, 16813208390239, 166433604941528, 1647522841025041, 16308794805308882, 161440425212063779, 1598095457315328908, 15819514147941225301 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
A140780 has the same recursion rule but starts (1, 3, 29,...).
a(n)/a(n-1) tends to 2*sqrt(6) + 5 = 9.8989794855...
LINKS
FORMULA
a(n) = 10*a(n-1) - a(n-2); n>1; given a(0) = 1, a(1) = 2. a(n) = term (1,1) in X^n, where X = the 2x2 matrix [2,3; 5,8].
EXAMPLE
a(5) = 18422 = 10*a(4) - a(3) = 10*1861 - 188.
a(3) = 188 = term (1,1) of X^3.
MATHEMATICA
LinearRecurrence[{10, -1}, {1, 2}, 30] (* Amiram Eldar, Dec 04 2018 *)
CROSSREFS
Cf. A140780.
Sequence in context: A163067 A221904 A124262 * A128970 A218117 A145104
KEYWORD
nonn
AUTHOR
Gary W. Adamson, May 30 2008
EXTENSIONS
More terms from Amiram Eldar, Dec 04 2018
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 May 10 09:27 EDT 2024. Contains 372376 sequences. (Running on oeis4.)