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!)
A140780 a(n) = 10*a(n-1) - a(n-2) for n >= 2 with a(0) = 1 and a(1) = 3. 1
1, 3, 29, 287, 2841, 28123, 278389, 2755767, 27279281, 270037043, 2673091149, 26460874447, 261935653321, 2592895658763, 25667020934309, 254077313684327, 2515106115908961, 24896983845405283, 246454732338143869, 2439650339536033407, 24150048663022190201 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(n)/a(n-1) tends to 2*sqrt(6) + 5 = 9.8989794855...
LINKS
FORMULA
Term (1,1) in A^n where A = the 2 X 2 matrix [3,4; 5,7].
G.f.: (1-7*x)/(x^2-10*x+1). - Harvey P. Dale, Jan 19 2012
EXAMPLE
a(3) = 287 = 10*a(2) - a(1) = 10*29 - 3.
a(3) = 287 = term (1,1) in A^3.
MATHEMATICA
LinearRecurrence[{10, -1}, {1, 3}, 30] (* Harvey P. Dale, Jan 19 2012 *)
CROSSREFS
Sequence in context: A026130 A026159 A025186 * A268493 A002669 A340990
KEYWORD
nonn
AUTHOR
Gary W. Adamson, May 30 2008
EXTENSIONS
More terms from Harvey P. Dale, Jan 19 2012
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 24 09:42 EDT 2024. Contains 371935 sequences. (Running on oeis4.)