A134813 a(n) = b(n+1)-2b(n) where b() is A134812.
1, -3, 3, 0, -6, 12, -12, 0, 24, -48, 48, 0, -96, 192, -192, 0, 384, -768, 768, 0, -1536, 3072, -3072, 0, 6144, -12288, 12288, 0, -24576, 49152, -49152, 0, 98304, -196608, 196608, 0, -393216, 786432, -786432, 0, 1572864, -3145728, 3145728, 0, -6291456
Offset: 0
Keywords
Links
- Index entries for linear recurrences with constant coefficients, signature (-2,-2)
Crossrefs
Cf. A003945.
Programs
-
Mathematica
LinearRecurrence[{-2,-2},{1,-3,3},50] (* Harvey P. Dale, Mar 22 2018 *)
Formula
G.f. 1 -3*x*(1+x) / ( 1+2*x+2*x^2 ). - R. J. Mathar, Aug 11 2012
a(n) = -3*A009116(n-1), n>0. - R. J. Mathar, Aug 11 2012
Extensions
More terms from Harvey P. Dale, Mar 22 2018