The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A092166 Let M = 2 X 2 matrix [ 1 2 / 5 4 ]; a(n) = (2,1) entry of M^n. 3
5, 25, 155, 925, 5555, 33325, 199955, 1199725, 7198355, 43190125, 259140755, 1554844525, 9329067155, 55974402925, 335846417555, 2015078505325, 12090471031955, 72542826191725, 435256957150355, 2611541742902125 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = (5*6^n - 5*(-1)^n)/7.
a(n) = A092167(n) +(-1)^n.
From Colin Barker, Nov 08 2012: (Start)
a(n) = 5*a(n-1) + 6*a(n-2).
G.f.: -5*x/((x+1)*(6*x-1)). (End)
MATHEMATICA
Table[ MatrixPower[{{1, 2}, {5, 4}}, n][[2, 1]], {n, 20}] (* Robert G. Wilson v, Apr 22 2004 *)
CROSSREFS
Sequence in context: A200031 A216689 A297589 * A204209 A121112 A090014
KEYWORD
nonn,easy
AUTHOR
Jun Mizuki (suzuki32(AT)sanken.osaka-u.ac.jp), Apr 01 2004
EXTENSIONS
Edited by Robert G. Wilson v, Apr 22 2004
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 21 00:14 EDT 2024. Contains 372720 sequences. (Running on oeis4.)