login

Revision History for A179609

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
a(n)=(5-(-1)^n-6*n)*2^(n-2)
(history; published version)
#4 by Harvey P. Dale at Thu Mar 25 19:10:46 EDT 2021
STATUS

editing

approved

#3 by Harvey P. Dale at Thu Mar 25 19:10:43 EDT 2021
LINKS

<a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (2, 4, -8).

MATHEMATICA

Table[(5-(-1)^n-6n)2^(n-2), {n, 0, 30}] (* or *) LinearRecurrence[{2, 4, -8}, {1, 0, -8}, 30] (* Harvey P. Dale, Mar 25 2021 *)

STATUS

approved

editing

#2 by Russ Cox at Fri Mar 30 18:59:51 EDT 2012
AUTHOR

_Johannes W. Meijer (meijgia(AT)hotmail.com), _, Jul 28 2010

Discussion
Fri Mar 30
18:59
OEIS Server: https://oeis.org/edit/global/295
#1 by N. J. A. Sloane at Sat Jul 31 03:00:00 EDT 2010
NAME

a(n)=(5-(-1)^n-6*n)*2^(n-2)

DATA

1, 0, -8, -24, -80, -192, -512, -1152, -2816, -6144, -14336, -30720, -69632, -147456, -327680, -688128, -1507328, -3145728, -6815744, -14155776, -30408704, -62914560, -134217728, -276824064, -587202560, -1207959552, -2550136832

OFFSET

0,3

COMMENTS

This sequence belongs to a family of sequences with GF(x) = (1+(k+2)*x+(2*k-4)*x^2)/(1-2*x-(k+8)*x^2-(2*k)*x^3). Among the members of this family are several red king sequences, see A179597. For the sequence given above, which is not a red king sequence, k = -4.

FORMULA

GF(x) = (1-2*x-12*x^2)/(1-2*x-4*x^2+8*x^3)

a(n) = 2*a(n-1)+4*a(n-2)-8*a(n-3) with a(1)=1, a(2)=0 and a(3)=-8.

a(n) = (5-(-1)^n-6*n)*2^(n-2)

KEYWORD

easy,sign,new

AUTHOR

Johannes W. Meijer (meijgia(AT)hotmail.com), Jul 28 2010

STATUS

approved