|
| |
|
|
A146078
|
|
Expansion of 1/(1-x(1-9x)).
|
|
5
|
|
|
|
1, 1, -8, -17, 55, 208, -287, -2159, 424, 19855, 16039, -162656, -307007, 1156897, 3919960, -6492113, -41771753, 16657264, 392603041, 242687665, -3290739704, -5474928689, 24141728647, 73416086848, -143859470975, -804604252607
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
0,3
|
|
|
COMMENTS
|
Row sums of Riordan array (1,x(1-9x)).
|
|
|
LINKS
|
Table of n, a(n) for n=0..25.
Index to sequences with linear recurrences with constant coefficients, signature (1,-9).
|
|
|
FORMULA
|
a(n)=a(n-1)-9*a(n-2) ; a(0)=1, a(1)=1. a(n)=Sum_{k, 0<=k<=n}A109466(n,k)*9^(n-k).
a(n)=-(1/70)*I*sqrt(35)*[(1/2)+(1/2)*I*sqrt(35)]^n+(1/70)*I*sqrt(35)*[(1/2)-(1/2)*I *sqrt(35)]^n+(1/2)*[(1/2)+(1/2)*I*sqrt(35)]^n+(1/2)*[(1/2)-(1/2)*I*sqrt(35)]^n, with n>=0 and I=sqrt(-1) [From Paolo P. Lava, Nov 18 2008]
|
|
|
MATHEMATICA
|
Join[{a=1, b=1}, Table[c=b-9*a; a=b; b=c, {n, 80}]]
(*From Vladimir Joseph Stephan Orlovsky, Jan 22 2011*)
|
|
|
PROG
|
(Sage) [lucas_number1(n, 1, 9) for n in xrange(1, 27)] # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 22 2009]
|
|
|
CROSSREFS
|
Cf. A010892, A107920, A106852, A106853, A106854, A145934, A145976, A145978.
Sequence in context: A111325 A173056 A008782 * A097058 A186255 A187987
Adjacent sequences: A146075 A146076 A146077 * A146079 A146080 A146081
|
|
|
KEYWORD
|
sign,easy
|
|
|
AUTHOR
|
Philippe DELEHAM, Oct 27 2008
|
|
|
STATUS
|
approved
|
| |
|
|