login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A098004 Fractional Pisot 4 X 4 Markov sequence Bezier {1/4,1/2,1/4} of golden mean, theta0 and theta1. 0
4, 9, 13, 23, 5, 9, 15, 24, 5, 8, 13, 21, 1, 2, 4, 6, 12, 20, 32, 53, 13, 23, 37, 60, 12, 21, 33, 54, 3, 6, 9, 15, 29, 49, 79, 129, 33, 57, 91, 149, 30, 50, 80, 130, 8, 14, 22, 37, 72, 124, 196, 321, 82, 138, 221, 360, 72, 123, 196, 319, 20, 34, 55, 89, 178, 298, 476, 774, 201 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
M=N[a*({{0, 1, 0, 0}, {1, 1, 0, 0}, {0, 0, 0, 0}, {0, 0, 0, 0}}/4+{{0, 1, 0, 0}, {0, 0, 1, 0}, {1, 1, 0, 0}, {0, 0, 0, 0}}/2+{{0, 1, 0, 0}, {0, 0, 1, 0}, {0, 0, 0, 1}, {1, 0, 0, 1}}/4)]; A[n_]:=M.A[n-1]; A[0]:={{0, 1, 1, 2}, {1, 1, 2, 3}, {1, 2, 3, 5}, {2, 3, 5, 8}};
MATHEMATICA
(* Fractional Pisot 4 X 4 Markov sequence Bezier {1/2, 1/2}*) Clear[M, A, x] digits=Floor[21*3/4]; a=Sqrt[2]*2/3^(1/4); M=N[a*({{0, 1, 0, 0}, {1, 1, 0, 0}, {0, 0, 0, 0}, {0, 0, 0, 0}}/4+{{0, 1, 0, 0}, {0, 0, 1, 0}, {1, 1, 0, 0}, {0, 0, 0, 0}}/2+{{0, 1, 0, 0}, {0, 0, 1, 0}, {0, 0, 0, 1}, {1, 0, 0, 1}}/4)]; Det[M] A[n_]:=M.A[n-1]; A[0]:={{0, 1, 1, 2}, {1, 1, 2, 3}, {1, 2, 3, 5}, {2, 3, 5, 8}}; (* flattened sequence of 4 X 4 matrices made with a Fractional Pisot recurrence*) b=Flatten[Table[M.A[n], {n, 1, digits}]] Floor[Abs[b]] Dimensions[b][[1]] ListPlot[b, PlotJoined->True]
CROSSREFS
Sequence in context: A022130 A042125 A041905 * A257337 A056227 A048261
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Sep 08 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)