Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A158762
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A158762 Sub-Padovan vector matrix Markov sequence:t=3;M={{0, t, 0}, {0, 0, t}, {t, 1/t^3, 0}}; +0
1
1, 9, 81, 738, 6642, 59787, 544644, 4901805, 44129367, 401947281, 3617545212, 32572255824, 296637113061, 2669762715372, 24041811608757, 218918218136841, 1970298831114945, 17745398880920694, 161561679852872034 (list; graph; listen)
OFFSET

0,2

COMMENT

Characteristic Polynomial is:t=3;

t^3 + x/t^2 - x^3

FORMULA

t=3;M={{0, t, 0},

{0, 0, t},

{t, 1/t^3, 0}};

v(n)=M.v(n-1);

a(n)=v(n)[[1]]^t^n

Conjecture: a(n)=a(n-2)+729*a(n-3). G.f: -(1+9*x+80*x^2)/(-1+x^2+729*x^3). [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Mar 26 2009]

MATHEMATICA

Clear[M, v, t, n];

M = {{0, t, 0}, {0, 0, t}, {t, 1/t^3, 0}};

v[0] = {1, 1, 1};

v[n_] := v[n] = M.v[n - 1];

CharacteristicPolynomial[M, x];

t = 3;

a = Table[t^n*v[n][[1]], {n, 0, 30}]

CROSSREFS

Sequence in context: A047901 A061587 A033145 this_sequence A101601 A144821 A137062

Adjacent sequences: A158759 A158760 A158761 this_sequence A158763 A158764 A158765

KEYWORD

nonn,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Mar 25 2009

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 5 17:24 EST 2009. Contains 170342 sequences.


AT&T Labs Research