Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A123183
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A123183 a(1)=-1; a(2)=-1; a(3)=-2; a(n)=4a(n-1)-3a(n-2) for n>=4. +0
2
-1, -1, -2, -5, -14, -41, -122, -365, -1094, -3281, -9842, -29525, -88574, -265721, -797162, -2391485, -7174454, -21523361, -64570082, -193710245, -581130734, -1743392201, -5230176602, -15690529805, -47071589414, -141214768241, -423644304722, -1270932914165, -3812798742494 (list; graph; listen)
OFFSET

1,3

FORMULA

a(n)=-A124302(n-1). G.f.: -x*(1+3x+x^2)/(1-4x+3x^2). [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Dec 05 2008]

MAPLE

a[1]:=-1: a[2]:=-1: a[3]:=-2: for n from 4 to 29 do a[n]:=4*a[n-1]-3*a[n-2] od: seq(a[n], n=1..29);

MATHEMATICA

M = {{1, -1, 0}, {-1, 2, -1}, {0, -1, 1}} v[1] = {1, 0, 0} v[n_] := v[n] = M.v[n - 1] a1 = Table[ -v[n][[1]], {n, 1, 50}]

CROSSREFS

Sequence in context: A116849 A007051 A124302 this_sequence A088355 A113485 A054391

Adjacent sequences: A123180 A123181 A123182 this_sequence A123184 A123185 A123186

KEYWORD

sign

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Oct 02 2006

EXTENSIONS

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


AT&T Labs Research