Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A131214
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A131214 A seven tone substitution sequence based on "church music" 7th chords: example:A->{A,C,E,G}; A connected heptagon graph substitution: Characteristic polynomial: 4 - 21 x + 49 x^2 - 63 x^3 + 49 x^4 - 21 x^5 + 7 x^6 - x^7. +0
1
1, 3, 5, 7, 2, 3, 5, 7, 2, 4, 5, 7, 2, 4, 6, 7, 1, 2, 4, 6, 2, 3, 5, 7, 2, 4, 5, 7, 2, 4, 6, 7, 1, 2, 4, 6, 1, 3, 4, 6, 2, 4, 5, 7, 2, 4, 6, 7, 1, 2, 4, 6, 1, 3, 4, 6, 1, 3, 5, 6, 2, 4, 6, 7, 1, 3, 5, 7, 1, 2, 4, 6, 1, 3, 4, 6, 1, 3, 5, 6, 1, 2, 4, 6, 2, 3, 5, 7, 2, 4, 5, 7, 2, 4, 6, 7, 1, 2, 4, 6, 1, 3, 4, 6, 2 (list; graph; listen)
OFFSET

1,2

COMMENT

This substitution is suggested by considering the 7 major tones in an octave as interconnected by 7th chords of major tones only ( four tones).

FORMULA

a(n) ={a(n),a(n+2},a(n+4),a(n+6)) Modulo 7

EXAMPLE

a = Table[If[m == 1,n, If[m > 1 && n + 2*(m - 1) <= 7, n + 2*(m - 1), Mod[n + 2*(m - 1), 7]] ], {n, 1, 7}, {m, 1, 4}]

{{1, 3, 5, 7}, {2, 4, 6, 1}, {3, 5, 7, 2}, {4, 6, 1, 3}, {5, 7, 2, 4}, {6, 1, 3, 5}, {7, 2, 4, 6}}

MATHEMATICA

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

CROSSREFS

Sequence in context: A021032 A128059 A084763 this_sequence A104260 A121573 A130140

Adjacent sequences: A131211 A131212 A131213 this_sequence A131215 A131216 A131217

KEYWORD

nonn,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Sep 27 2007

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 July 24 12:00 EDT 2008. Contains 142294 sequences.


AT&T Labs Research