Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A107856
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A107856 A switched quadratic sequence with alternating limits as a vector Markov. +0
1
1, 1, 1, 0, 4, 4, 11, 7, 37, 30, 122, 92, 403, 311, 1331, 1020, 4396, 3376, 14519, 11143, 47953, 36810, 158378, 121568, 523087, 401519, 1727639, 1326120, 5706004, 4379884, 18845651, 14465767, 62242957, 47777190, 205574522, 157797332 (list; graph; listen)
OFFSET

1,5

COMMENT

Limit[a[n]/a[n-1],n->Infinity]-->{0.767592, 4.30278}

FORMULA

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

MATHEMATICA

M[n_] := If [Mod[n, 2] == 0, {{0, 1, 0, 0}, {0, 0, 1, 0}, {0, 0, 0, 1}, {1, 3, 0, -3}}, {{0, 1, 0, 0}, {0, 0, 1, 0}, {0, 0, 0, 1}, {0, 0, 1, 1}}] v[1] = {1, 1, 1, 0} v[n_] := v[n] = M[n].v[n - 1] a0 = Table[Abs[v[n][[1]]], {n, 1, 50}]

CROSSREFS

Sequence in context: A145598 A117881 A006343 this_sequence A128499 A048223 A014012

Adjacent sequences: A107853 A107854 A107855 this_sequence A107857 A107858 A107859

KEYWORD

nonn,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Jun 12 2005

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 November 30 22:12 EST 2008. Contains 150989 sequences.


AT&T Labs Research