Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A115108
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A115108 Marriage system row permutation vector Matrix Markov M2 intial condition. +0
1
1, 4, 16, 56, 156, 248, 1584, 2248, 18512, 51856, 189440, 609664, 2023808, 6579712, 21441536, 69575680, 225665024, 731127808, 2367905792, 7666302976, 24816189440, 80321511424, 259955621888, 841292972032, 2722599796736 (list; graph; listen)
OFFSET

0,2

COMMENT

Using only M0 and intitial condition v[0]={1,0,1} the system is Fibonacci. The system in intial matrix sensative. The permutation of row condition is such that if the population number divides by three a permutation is selected. The Matrices are based on {aa,2ab,bb} dominant/recessive gene pairings relating father to mother.

REFERENCES

Kemeny,Snell and Thompson,Introduction to Finite Mathematics,1966,Printice-Hall, N,J.,Section 6, Chapter VII

FORMULA

M0 = {{2, 2, 0}, {1, 0, 1}, {0, 2, 2}}; M1 = {{1, 0, 1}, {2, 2, 0}, {0, 2, 2}}; M2 = {{2, 2, 0}, {0, 2, 2}, {1, 0, 1}}; M[n_] := M[n] = If[Mod[v[n][[1]], 3] == 0, M1, If[Mod[v[n][[2]], 3] == 0, M0, M2]] v[0] = {1, 1, 1}; M[0] = {{2, 2, 0}, {0, 2, 2}, {1, 0, 1}}; v[n_] := v[n] = M[n - 1].v[n - 1] a(n) =v[n][[1]]

MATHEMATICA

M0 = {{2, 2, 0}, {1, 0, 1}, {0, 2, 2}}; M1 = {{1, 0, 1}, {2, 2, 0}, {0, 2, 2}}; M2 = {{2, 2, 0}, {0, 2, 2}, {1, 0, 1}}; M[n_] := M[n] = If[Mod[v[n][[1]], 3] == 0, M1, If[Mod[v[n][[2]], 3] == 0, M0, M2]] v[0] = {1, 1, 1}; M[0] = {{2, 2, 0}, {0, 2, 2}, {1, 0, 1}}; v[n_] := v[n] = M[n - 1].v[n - 1] a0 = Table[v[n][[1]], {n, 0, 25}]

CROSSREFS

Sequence in context: A121159 A134968 A127634 this_sequence A127393 A073388 A109634

Adjacent sequences: A115105 A115106 A115107 this_sequence A115109 A115110 A115111

KEYWORD

nonn,uned

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Mar 03 2006

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 August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research