Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A121509
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A121509 Switched affine Matrix Markov inspired by A003215 and A001849: hexagon and square of points. +0
1
1, 3, 11, 23, 41, 63, 91, 123, 161, 203, 251, 303, 361, 423, 491, 563, 641, 723, 811, 903, 1001, 1103, 1211, 1323, 1441, 1563, 1691, 1823, 1961, 2103 (list; graph; listen)
OFFSET

1,2

COMMENT

Geometrically, it starts as a square of points followed by a switch to hexagon of points.

FORMULA

M := {{0, 1}, {-1, 2} } v[1] = {1, 7} w[n_] = If[Mod[n, 2] == 0, {0, 4}, {0, 6}] v[n_] := v[n] = M.v[n - 1] + w[n] a(n) = v[n][[1]]

MATHEMATICA

M := {{0, 1}, {-1, 2} } v[1] = {1, 7} w[n_] = If[Mod[n, 2] == 0, {0, 4}, {0, 6}] v[n_] := v[n] = M.v[n - 1] + w[n] a = Table[v[n][[1]], {n, 1, 30}]

CROSSREFS

Cf. A003215, A005448, A001849.

Adjacent sequences: A121506 A121507 A121508 this_sequence A121510 A121511 A121512

Sequence in context: A106201 A132209 A086497 this_sequence A096071 A078723 A141187

KEYWORD

nonn,uned

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Sep 07 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 October 6 16:13 EDT 2008. Contains 144667 sequences.


AT&T Labs Research