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!)
A105264 Theta(1) Pisot substitution level 7 : characteristic polynomial x^4-x^3-1=0. 0
1, 2, 2, 3, 2, 3, 3, 4, 2, 3, 3, 4, 3, 4, 4, 4, 1, 2, 3, 3, 4, 3, 4, 4, 4, 1, 3, 4, 4, 4, 1, 4, 4, 1, 4, 1, 4, 1, 2, 2, 3, 3, 4, 3, 4, 4, 4, 1, 3, 4, 4, 4, 1, 4, 4, 1, 4, 1, 4, 1, 2, 3, 4, 4, 4, 1, 4, 4, 1, 4, 1, 4, 1, 2, 4, 4, 1, 4, 1, 4, 1, 2, 4, 1, 4, 1, 2, 4, 1, 2, 4, 1, 2, 3, 2, 3, 3, 4, 3, 4, 4, 4, 1, 3, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Program for getting Polynomial: s[1] = {2, 0, 0, 0}; s[2] = {3, 0, 0, 0}; s[3] = {4, 0, 0, 0}; s[4] = {4, 1, 0, 0}; M = Table[Table[Count[s[j], i], {i, 1, n0}], {j, 1, n0}] Det[M - x*IdentityMatrix[n0]]
LINKS
Eric Weisstein's World of Mathematics, Pisot Number
FORMULA
1->{2}, 2->{3}, 3->{4}, 4->{4, 1}
MATHEMATICA
s[1] = {2}; s[2] = {3}; s[3] = {4}; s[4] = {4, 1}; t[a_] := Join[a, Flatten[s /@ a]]; p[0] = {1}; p[1] = t[{1}]; p[n_] := t[p[n - 1]] aa = p[7]
CROSSREFS
Sequence in context: A348190 A211100 A329326 * A063787 A307092 A335458
KEYWORD
nonn,uned
AUTHOR
Roger L. Bagula, Apr 15 2005
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 20 09:57 EDT 2024. Contains 371806 sequences. (Running on oeis4.)