Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A100638
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A100638 Successive powers of the matrix A=[1,2;3,4] written by rows in groups of 4. +0
3
1, 2, 3, 4, 7, 10, 15, 22, 37, 54, 81, 118, 199, 290, 435, 634, 1069, 1558, 2337, 3406, 5743, 8370, 12555, 18298, 30853, 44966, 67449, 98302, 165751, 241570, 362355, 528106, 890461, 1297782, 1946673, 2837134, 4783807, 6972050, 10458075 (list; graph; listen)
OFFSET

1,2

COMMENT

Consider the matrix A = [1, 2; 3, 4]. Then the sequence gives a(1) = A_{1,1} = A_11, a(2) = A_12, a(3) = A_21, a(4) = A_22, a(5)=(A^2)_11, a(6)=(A^2)_12, a(7)=(A^2)_21, a(8)=(A^2)_22, a(9)=(A^3)_11, a(10)=(A^3)_12, ...

FORMULA

a(4n-3) = A124610(n), a(4n-2) = 2 A015535(n), a(4n-1) = 3 A015535(n), a(4n) = a(4n-3) + a(4n-1). - M. F. Hasler, Dec 01 2008

a(n)=5*a(n-4)+2*a(n-8). a(4n+1)=A124610(n+1), n>=0. G.f.: x*(1+2x+3x^2+4x^3+2x^4+2x^7) / (1-5x^4-2x^8). [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Dec 04 2008]

MAPLE

a:= proc(n) local r, m; (Matrix([[1, 2], [3, 4]])^iquo (n+3, 4, 'r')) [iquo (r+2, 2, 'm'), m+1] end: seq (a(n), n=1..50); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Dec 01 2008]

PROGRAM

A100638(n)=([1, 2; 3, 4]^((n-1)\4+1))[(n-1)%4\2+1, 2-n%2] /* M. F. Hasler, Dec 01 2008 */

CROSSREFS

Sequence in context: A078159 A129490 A018132 this_sequence A159288 A033320 A013982

Adjacent sequences: A100635 A100636 A100637 this_sequence A100639 A100640 A100641

KEYWORD

easy,nonn

AUTHOR

Simone Severini (ss54(AT)york.ac.uk), Dec 04 2004

EXTENSIONS

Edited by Benoit Jubin, M. F. Hasler and N. J. A. Sloane (njas(AT)research.att.com), Dec 01 2008

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 December 4 15:11 EST 2009. Contains 170347 sequences.


AT&T Labs Research