login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A158926
First differences of A158916.
2
0, 0, 0, -9, 27, -54, 99, -189, 378, -765, 1539, -3078, 6147, -12285, 24570, -49149, 98307, -196614, 393219, -786429, 1572858, -3145725, 6291459, -12582918, 25165827, -50331645, 100663290, -201326589, 402653187, -805306374, 1610612739, -3221225469, 6442450938
OFFSET
0,4
FORMULA
a(n) = -3a(n-1)-3a(n-2)-2a(n-3), n > 3.
a(n) = 9*(-1)^n*A024495(n+1) .
G.f.: -9*x^3/((2*x+1)*(1+x+x^2)). - R. J. Mathar, Apr 08 2009
CROSSREFS
Sequence in context: A069068 A051412 A027468 * A112524 A254622 A374976
KEYWORD
sign,easy
AUTHOR
Paul Curtz, Mar 31 2009
EXTENSIONS
Edited and extended by R. J. Mathar, Apr 08 2009
STATUS
approved