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!)
A094726 Let M = the 2 X 2 matrix [ 0 3 / 3 2]. Take (M^n * [1 1])/3 = [p q]; then a(n) = p. 0
1, 5, 19, 83, 337, 1421, 5875, 24539, 101953, 424757, 1767091, 7356995, 30617809, 127448573, 530457427, 2207952011, 9190020865, 38251609829, 159213407443, 662691303347, 2758303273681, 11480828277485, 47786386018099 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
From Colin Barker, Nov 08 2012: (Start)
a(n) = 2*a(n-1)+9*a(n-2).
G.f.: -x*(3*x+1)/(9*x^2+2*x-1). (End)
EXAMPLE
a(6) = 1421 since (M^n * [1 1])/3 = [1421 q].
MATHEMATICA
a[n_] := (MatrixPower[{{0, 3}, {3, 2}}, n].{{1}, {1}})[[1, 1]]/3; Table[ a[n], {n, 22}] (* Robert G. Wilson v, Jun 05 2004 *)
CROSSREFS
Cf. A002534.
Sequence in context: A149787 A323267 A340736 * A149788 A149789 A149790
KEYWORD
nonn,easy
AUTHOR
Gary W. Adamson, May 23 2004
EXTENSIONS
Edited, corrected and extended by Robert G. Wilson v, Jun 05 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 April 24 14:54 EDT 2024. Contains 371960 sequences. (Running on oeis4.)