login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A105103 A bi-Rauzy Pisot substitution. 0
1, 1, 1, 2, 1, 1, 2, 1, 2, 1, 2, 1, 3, 1, 1, 2, 1, 2, 1, 2, 1, 3, 1, 2, 1, 2, 1, 3, 1, 2, 1, 3, 1, 2, 1, 3, 1, 2, 6, 1, 1, 2, 1, 2, 1, 2, 1, 3, 1, 2, 1, 2, 1, 3, 1, 2, 1, 3, 1, 2, 1, 3, 1, 2, 6, 1, 2, 1, 2, 1, 3, 1, 2, 1, 3, 1, 2, 1, 3, 1, 2, 6, 1, 2, 1, 3, 1, 2, 1, 3, 1, 2, 6, 1, 2, 1, 3, 1, 2, 6, 1, 2, 1, 3, 1 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

FORMULA

1->{1, 2} 2->{1, 3} 3->6 4->{4, 5} 5->{4, 6) 6->1

MATHEMATICA

s[1] = {1, 2}; s[2] = {1, 3}; s[3] = {6}; s[4] = {4, 5}; s[5] = {4, 6}; s[6] = {1}; t[a_] := Join[a, Flatten[s /@ a]]; p[0] = {1}; p[1] = t[{1}]; p[n_] := t[p[n - 1]] aa = Flatten[Table[p[n], {n, 0, 6}]]

CROSSREFS

Cf. A073058, A103684.

Sequence in context: A029440 A061337 A103684 * A086669 A053574 A065203

Adjacent sequences:  A105100 A105101 A105102 * A105104 A105105 A105106

KEYWORD

nonn,uned

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Apr 07 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 07:45 EST 2012. Contains 205597 sequences.