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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A133451 Graph substitution of two octahedra inside an icosahedron connected at p=1: disconnected at p=0 ( concept similar to two tetrahedra inside a cube). 0
6, 9, 11, 1, 4, 9, 12, 2, 4, 17, 11, 2, 4, 6, 9, 1, 4, 6, 8, 11, 4, 7, 9, 11, 2, 6, 9, 11, 1, 4, 9, 12, 2, 4, 17, 11, 2, 4, 6, 9, 1, 4, 6, 8, 11, 4, 7, 9, 11, 2, 6, 9, 11, 1, 4, 9, 12, 2, 4, 17, 11, 2, 4, 6, 9, 1, 4, 6, 8, 11, 4, 7, 9, 11, 2, 6, 9, 11, 1, 4, 9, 12, 2, 4, 17, 11, 2, 4, 6, 9, 1, 4, 6, 8 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Very similar to the pentatone jazz of A132725, but definitely different.

FORMULA

P=1: 1->{2*p, 3, 5, 7, 10}; 2->{1*p, 4, 6, 8, 11}; 3->{1, 4*p, 5, 7, 10}; 4->{2, 3*p, 6, 8, 9}; 5->{1, 3, 6*p, 10, 12}; 6->{2, 4, 5*p, 9, 11}; 7->{1, 3, 8*p, 10, 12}; 8->{2, 4, 7*p, 9, 11}; 9->{4, 6, 8, 11, 12*p}; 10->{1, 5, 7, 11*p, 12}; 11->{2, 6, 8, 9, 10*p}; 12->{3, 5, 7, 9*p, 10};

MATHEMATICA

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

CROSSREFS

Cf. A132725.

Sequence in context: A000729 A106248 A132725 * A121899 A184104 A026614

Adjacent sequences:  A133448 A133449 A133450 * A133452 A133453 A133454

KEYWORD

nonn,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Nov 27 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 17 21:13 EST 2012. Contains 206085 sequences.