Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A107640
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A107640 Order of appearance of twos in the tribonacci ( Rauzy type) substitution: triangular. +0
1
1, 2, 1, 4, 3, 5, 2, 4, 1, 4, 3, 5, 8, 2, 4, 7, 1, 4, 8, 10, 3, 5, 8, 11, 2, 4, 7, 11, 1, 4, 8, 10, 13, 3, 5, 8, 11, 13, 2, 4, 7, 11, 13, 1, 4, 8, 10, 13, 16, 3, 5, 8, 11, 13, 16, 2, 4, 7, 11, 13, 16, 18, 1, 4, 8, 10, 13, 16, 18, 3, 5, 8, 11, 13, 16, 20 (list; table; graph; listen)
OFFSET

0,2

FORMULA

1->{2}, 2->{3}, 3->{1, 2, 3}

MATHEMATICA

s[1] = {2}; s[2] = {3}; ; s[3] = {1, 2, 3}; t[a_] := Flatten[s /@ a]; p[0] = {1}; p[1] = t[p[0]]; p[n_] := t[p[n - 1]] a = Table[Flatten[Table[If[(Length[p[i]]) ≥ j && (p[i][[j]] == 2), j, {}], {j, 1, i}]], {i, 1, 20}] MatrixForm[a] b = Flatten[a]

CROSSREFS

Cf. A000073.

Sequence in context: A071046 A144334 A141210 this_sequence A030065 A055176 A118267

Adjacent sequences: A107637 A107638 A107639 this_sequence A107641 A107642 A107643

KEYWORD

nonn,uned,tabl

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Jun 09 2005

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 December 2 15:58 EST 2008. Contains 150992 sequences.


AT&T Labs Research