Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A130019
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A130019 A doubly recursive vector matrix Markov ( both the vector and matrix iterate): matrix:M(n)={{0, 1, 0}, {0, 0, 1}, {6 - 2*n, -11 + n, 6}} characteristic polynomials:(6 - 2 n - 11 x + n x + 6 x^2 - x^3). +0
1
0, 0, 1, 6, 27, 114, 483, 2106, 9537, 44934, 219933, 1115286, 5842707, 31537314, 174991443, 996169146, 5808168297, 34633891734, 210943794093, 1310837402646, 8302614222507, 53552183145234, 351468155184003, 2345436650546106 (list; graph; listen)
OFFSET

1,4

COMMENT

This sequence seems to be one of a triangle of n level polynomials: -n -(2-n)+x 4 - n - 4 x + x^2 6 - 2 n - 11 x + n x + 6 x^2 - x^3 etc.

FORMULA

M(n)={{0, 1, 0}, {0, 0, 1}, {6 - 2*n, -11 + n, 6}} v(n)=M(n).v(n-1) a(n) = v(n)[[1]];

MATHEMATICA

M[0] = {{0, 1, 0}, {0, 0, 1}, {6, -11, 6}}; M[n_] := {{0, 1, 0}, {0, 0, 1}, {6 - 2*n, -11 + n, 6}} v[0] = {0, 0, 1}; v[n_] := v[n] = M[n].v[n - 1] a = Table[v[n][[1]], {n, 0, 30}]

CROSSREFS

Adjacent sequences: A130016 A130017 A130018 this_sequence A130020 A130021 A130022

Sequence in context: A014825 A141844 A079742 this_sequence A049651 A109114 A080619

KEYWORD

nonn,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Jun 16 2007

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 October 7 14:39 EDT 2008. Contains 144666 sequences.


AT&T Labs Research