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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A133339 A twelve vertex {9,3} prism (nonagon connected to a triangle) graph substitution: fourth in the sequence: {6,6}->{7,5}->{8,3}->{9,3}. 0
1, 3, 6, 7, 8, 1, 2, 9, 10, 11, 1, 5, 12, 1, 4, 6, 1, 4, 11, 2, 3, 4, 5, 12, 1, 3, 6, 7, 8, 3, 8, 10, 3, 9, 11, 3, 10, 12, 1, 3, 6, 7, 8, 1, 4, 6, 2, 6, 8, 1, 3, 6, 7, 8, 2, 5, 7, 2, 7, 9, 1, 3, 6, 7, 8, 2, 6, 8, 3, 8, 10, 1, 3, 6, 7, 8, 1, 2, 9, 10, 11, 1, 5, 12, 1, 4, 6, 1, 4, 11, 2, 3, 4, 5, 12, 1, 2, 9 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

As twelve tone sequences, this one has the vertue and sounding worse than most! Even with a nice C3 rotational axis it sound worse than the rest to my ears.

FORMULA

1-> {2, 3, 4, 5, 12}; 2->{1, 3, 6, 7, 8}; 3-> {1, 2,9, 10, 11}; 4->{1, 5, 12}; 5->{1, 4, 6}; 6-> {2, 5, 7}; 7-> {2, 6, 8}; 8-> {2, 7, 9}; 9-> {3, 8, 10}; 10-> {3, 9, 11}; 11-> {3, 10, 12}; 12-> {1, 4, 11};

MATHEMATICA

Clear[s] s[1] = {2, 3, 4, 5, 12}; s[2] = {1, 3, 6, 7, 8}; s[3] = {1, 2, 9, 10, 11}; s[4] = {1, 5, 12}; s[5] = {1, 4, 6}; s[6] = {2, 5, 7}; s[7] = {2, 6, 8}; s[8] = {2, 7, 9}; s[9] = {3, 8, 10}; s[10] = {3, 9, 11}; s[11] = {3, 10, 12}; s[12] = {1, 4, 11}; t[a_] := Flatten[s /@ a]; p[0] = {1}; p[1] = t[p[0]]; p[n_] := t[p[n - 1]]; p[4]

CROSSREFS

Sequence in context: A188883 A152083 A003458 * A112267 A068985 A081391

Adjacent sequences:  A133336 A133337 A133338 * A133340 A133341 A133342

KEYWORD

nonn,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Oct 19 2007

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 11:36 EST 2012. Contains 205623 sequences.