login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A106851 Let M = {{0, 0, 0, 1}, {1, 4, 0, 0}, {0, 1, 0, 0}, {0, 0, 1, 4}}, v[1] = {0, 1, 1, 2}', v[n]=M.v[n-1]; then a(n) = v[n][[1]] 0
0, 2, 9, 37, 152, 626, 2585, 10701, 44400, 184610, 769065, 3209461, 13415048, 56153618, 235357241, 987609501, 4148575200, 17443003202, 73402179657, 309116995525, 1302649664888, 5492768393906, 23173154692697, 97810060234605 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

A 4 X 4 vector Markov chain with characteristic polynomial x^4-8*x^3+16*x^2-1..

Real-valued roots: {{x -> -0.236068}, {x -> 0.267949}, {x -> 3.73205}, {x -> 4.23607}}

FORMULA

G.f.: (-3*x^3 - 7*x^2 + 2*x)/[(1-4*x-x^2)*(1-4*x+x^2) ].

a(n) = (1/2) * [A001834(n-1) + Fibonacci(3n+1) ]. -- Ralf Stephan, Nov 18 2010

a(0)=0, a(1)=2, a(2)=9, a(3)=37, a(n)=8*a(n-1)-16*a(n-2)+a(n-4) [From Harvey P. Dale, Aug 05 2011]

MATHEMATICA

M = {{0, 0, 0, 1}, {1, 4, 0, 0}, {0, 1, 0, 0}, {0, 0, 1, 4}} v[1] = {0, 1, 1, 2}; v[n_] := v[n] = M.v[n - 1]; digits = 50; a = Table[v[n][[1]], {n, 1, digits}]

CoefficientList[Series[(-3 x^3-7x^2+2x)/((1-4x-x^2)(1-4x+x^2)), {x, 0, 30}], x] (* or *) LinearRecurrence[{8, -16, 0, 1}, {0, 2, 9, 37}, 31] (* From Harvey P. Dale, Aug 05 2011 *)

CROSSREFS

Sequence in context: A037553 A178875 A012493 * A129169 A162548 A150983

Adjacent sequences:  A106848 A106849 A106850 * A106852 A106853 A106854

KEYWORD

nonn

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), May 30 2005

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Apr 09 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 04:23 EST 2012. Contains 205694 sequences.