Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A144493
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A144493 Triangle read by rows. Let k=-3, m=3. Row n is a vector v(n) defined as follows: v(n)=k*(0,v(n-2),0}+m*{(m-1)/m,v(n-1)}+m*{v(n-1),(m-1)/m}. +0
1
1, 1, 1, 1, 3, 1, 1, 9, 9, 1, 1, 27, 45, 27, 1, 1, 81, 189, 189, 81, 1, 1, 243, 729, 999, 729, 243, 1, 1, 729, 2673, 4617, 4617, 2673, 729, 1, 1, 2187, 9477, 19683, 24705, 19683, 9477, 2187, 1, 1, 6561, 32805, 79461, 119313, 119313, 79461, 32805, 6561, 1, 1 (list; table; graph; listen)
OFFSET

0,5

COMMENT

Row sums are: {1, 2, 5, 20, 101, 542, 2945, 16040, 87401, 476282, 2595485...}.

EXAMPLE

{1},

{1, 1},

{1, 3, 1},

{1, 9, 9, 1},

{1, 27, 45, 27, 1},

{1, 81, 189, 189, 81, 1},

{1, 243, 729, 999, 729, 243, 1},

{1, 729, 2673, 4617, 4617, 2673, 729, 1},

{1, 2187, 9477, 19683, 24705, 19683, 9477, 2187, 1},

{1, 6561, 32805, 79461, 119313, 119313, 79461, 32805, 6561, 1},

{1, 19683, 111537, 308367, 537273, 641763, 537273, 308367, 111537, 19683, 1}

MATHEMATICA

Clear[a, k, m]; k = -3; m = 3; a[0] = {1}; a[1] = {1, 1};

a[n_] := a[n] = k*Join[{0}, a[n - 2], {0}] + m*Join[{-(m - 1)/m}, a[n - 1]] + m*Join[a[ n - 1], {-(m - 1)/m}];

Table[a[n], {n, 0, 10}]; Flatten[%]

CROSSREFS

Sequence in context: A156610 A157179 A152655 this_sequence A118180 A045912 A158695

Adjacent sequences: A144490 A144491 A144492 this_sequence A144494 A144495 A144496

KEYWORD

nonn,tabl

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Dec 10 2008

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Dec 11 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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research