Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A152860
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A152860 Scaled row sum zero vector recursion:s=3; v(n)={s^(n+1),s^(n+1)-Sum[s^i,{i,2,n}],s^n,...,-1}. +0
1
1, 1, -1, 3, -2, -1, 9, -5, -3, -1, 27, -14, -9, -3, -1, 81, -41, -27, -9, -3, -1, 243, -122, -81, -27, -9, -3, -1, 729, -365, -243, -81, -27, -9, -3, -1, 2187, -1094, -729, -243, -81, -27, -9, -3, -1, 6561, -3281, -2187, -729, -243, -81, -27, -9, -3, -1, 19683 (list; graph; listen)
OFFSET

0,4

FORMULA

s = 3; v(n) = {s^(n+1),s^(n+1)-Sum[s^i,{i,2,n}],s^n,...,-1}.

EXAMPLE

{1},

{1, -1},

{3, -2, -1},

{9, -5, -3, -1},

{27, -14, -9, -3, -1},

{81, -41, -27, -9, -3, -1},

{243, -122, -81, -27, -9, -3, -1},

{729, -365, -243, -81, -27, -9, -3, -1},

{2187, -1094, -729, -243, -81, -27, -9, -3, -1},

{6561, -3281, -2187, -729, -243, -81, -27, -9, -3, -1},

{19683, -9842, -6561, -2187, -729, -243, -81, -27, -9, -3, -1}

MATHEMATICA

Clear[s, b, n]; s = 3; b[0] = {1}; b[1] = {1, -1};

b[n_] := Join[{s^(n + 1)}, -{s^(n + 1) - Sum[s^i, {i, n, 2, -1}]}, -Table[s^i, {i, n, 2, -1}]]/9;

Table[b[n], {n, 0, 10}];

Flatten[%]

CROSSREFS

Sequence in context: A079749 A156647 A160760 this_sequence A002350 A109267 A155788

Adjacent sequences: A152857 A152858 A152859 this_sequence A152861 A152862 A152863

KEYWORD

sign

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Dec 14 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 7 23:50 EST 2009. Contains 170430 sequences.


AT&T Labs Research