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!)
A122009 G.f. x*(1-11*x+6*x^2)/(1-12*x+15*x^2-2*x^3). 2
1, 1, 3, 23, 233, 2457, 26035, 276031, 2926761, 31032737, 329043491, 3488884359, 36993025417, 392241126601, 4158975906675, 44098080031919, 467576804036105, 4957768399767825, 52567764896736163, 557381806372388791 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
REFERENCES
"Linear Algebra, Examples and Applications" by Alain M. Robert, World Scientific, 2005, p. 58.
LINKS
FORMULA
Limit a(n+1)/a(n)=10.6031 as n-> infinity.
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][[1]], {n, 1, 50}]
CROSSREFS
Sequence in context: A068146 A162591 A278745 * A360987 A151433 A199750
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 March 29 11:45 EDT 2024. Contains 371278 sequences. (Running on oeis4.)