Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A130844
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A130844 Vector matrix Markov of a Salem characteristic polynomial: (-1 + x - x^2 - 2 x^3 + x^4)=(1+x)*(-1 + 2 x - 3x^2 + x^3). +0
1
0, 3, 5, 17, 36, 87, 198, 464, 1075, 2503, 5815, 13522, 31431, 73072, 169868, 394899, 918025, 2134153, 4961300, 11533627, 26812426, 62331332, 144902763, 336858059, 783099975, 1820486578, 4232117835, 9838480332, 22871691896, 53170232867 (list; graph; listen)
OFFSET

1,2

REFERENCES

I've been working on the Mandelbrot IFS problem again. http://classes.yale.edu/fractals/Aut06/PrxsFinal2/PrxsFinal2Ans.html I found this matrix there bottom of the page: {{0,1,1,0}, {1,1,0,1}, {1,1,0,0}, {1,0,0,1}} as the definition of a driven IFS on the final at Yale ( by Dr. Frame probably, not Mandelbrot).

FORMULA

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

MATHEMATICA

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

CROSSREFS

Sequence in context: A103149 A007802 A056816 this_sequence A105894 A019414 A081762

Adjacent sequences: A130841 A130842 A130843 this_sequence A130845 A130846 A130847

KEYWORD

nonn,base

AUTHOR

Roger L Bagula (rlbagulatftn(AT)yahoo.com), Jul 20 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 August 29 17:54 EDT 2008. Contains 143238 sequences.


AT&T Labs Research