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”).

A152620
a(n)=-8*a(n-1)-6*a(n-2), n>1 ; a(0)=1, a(1)=-2 .
2
1, -2, 10, -68, 484, -3464, 24808, -177680, 1272592, -9114656, 65281696, -467565632, 3348834880, -23985285248, 171789272704, -1230402470144, 8812484124928, -63117458178560, 452064760678912, -3237813336359936
OFFSET
0,2
FORMULA
G.f.: (1+6*x)/(1+8*x+6*x^2). a(n)=Sum_{k, 0<=k<=n}A147703(n,k)*(-3)^(n-k).
MATHEMATICA
LinearRecurrence[{-8, -6}, {1, -2}, 30] (* Harvey P. Dale, Apr 03 2015 *)
CROSSREFS
Sequence in context: A366178 A049036 A208561 * A152621 A147725 A074603
KEYWORD
sign
AUTHOR
Philippe Deléham, Dec 10 2008
STATUS
approved