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!)
A133339 A twelve vertex {9,3} prism (9-gon (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; text; internal format)
OFFSET
1,2
COMMENTS
As twelve tone sequences go, this one has the virtue of sounding worse than most! Even with a nice C3 rotational axis, it sounds worse than the rest to my ears.
LINKS
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: A251533 A295849 A003458 * A112267 A068985 A081391
KEYWORD
nonn,uned
AUTHOR
Roger L. Bagula, Oct 19 2007
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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)