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!)
A122010 G.f. x^2*(1-5*x)/(1-12*x+15*x^2-2*x^3). 2
0, 1, 7, 69, 725, 7679, 81411, 863197, 9152557, 97045551, 1028984651, 10910437661, 115684573269, 1226616283615, 13005947679667, 137903497048317, 1462205981952029, 15503931223058927, 164389891941523323 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Limit a(n+1)/a(n) = 10.6031 as n -> infinity.
REFERENCES
"Linear Algebra, Examples and Applications" by Alain M. Robert, World Scientific, 2005, p. 58.
LINKS
FORMULA
a(n)= 12*a(n-1) -15*a(n-2) +2*a(n-3).
MATHEMATICA
M = {{1, 1, 1}, {1, 2, 4}, {1, 3, 9}} v[1] = {1, 0, 0} v[n_] := v[n] = M.v[n - 1] a1 = Table[v[n][[2]], {n, 1, 50}]
LinearRecurrence[{12, -15, 2}, {0, 1, 7}, 20] (* Harvey P. Dale, Mar 11 2022 *)
CROSSREFS
Sequence in context: A133697 A224758 A219330 * A180911 A084774 A025757
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Definition replaced with generating function by the Assoc. Eds. of the OEIS, Mar 27 2010
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 19 13:40 EDT 2024. Contains 371792 sequences. (Running on oeis4.)