Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A121953
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A121953 3 X 3 matrix Markov inspired by A001053. +0
1
0, 1, 1, 2, 4, 9, 22, 58, 163, 486, 1525, 5023, 17261, 61801, 229416, 882475, 3503041, 14349016, 60434172, 261785329, 1162598284, 5296140752, 24676349293, 117677694828, 572852174491, 2848941025165, 14438982057103, 74645318828781 (list; graph; listen)
OFFSET

1,4

COMMENT

2 X 2 matrix Markov version of A001053 M[n_] := {{0, 1}, {1, n}} v[1] = {0, 1} v[n_] := v[n] = M[n].v[n - 1] a = Table[v[n][[1]], {n, 1, 30}]. From that it can be seen that this sequence is a 3 X 3 version of the 2 X 2 one.

FORMULA

M[n_] = {{0, 1, 0}, {0, 0, 1}, {1, n, 0}} v[1] = {0, 1, 1} v[n_] := v[n] = M[n].v[n - 1] a(n) = v[n][[1]]

MATHEMATICA

M[n_] = {{0, 1, 0}, {0, 0, 1}, {1, n, 0}} v[1] = {0, 1, 1} v[n_] := v[n] = M[n].v[n - 1] a = Table[v[n][[1]], {n, 1, 30}]

CROSSREFS

Cf. A001053.

Sequence in context: A099241 A124380 A059019 this_sequence A024427 A092920 A035053

Adjacent sequences: A121950 A121951 A121952 this_sequence A121954 A121955 A121956

KEYWORD

nonn,uned

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Sep 01 2006

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 July 23 17:35 EDT 2008. Contains 142285 sequences.


AT&T Labs Research