login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A145976 Expansion of 1/(1-x*(1-7*x)). 7
1, 1, -6, -13, 29, 120, -83, -923, -342, 6119, 8513, -34320, -93911, 146329, 803706, -220597, -5846539, -4302360, 36623413, 66739933, -189623958, -656803489, 670564217, 5268188640, 574239121, -36303081359, -40322755206, 213798814307 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,3

COMMENTS

Row sums of Riordan array (1,x(1-7x)).

LINKS

Table of n, a(n) for n=0..27.

FORMULA

a(n)=a(n-1)-7*a(n-2); a(0)=1, a(1)=1. a(n)=Sum_{k, 0<=k<=n}A109466(n,k)*7^(n-k).

a(n)=-(1/18)*I*sqrt(3)*[(1/2)+(3/2)*I*sqrt(3)]^n+(1/18)*I*sqrt(3)*[(1/2)-(3/2)*I *sqrt(3)]^n+(1/2)*[(1/2)-(3/2)*I*sqrt(3)]^n+(1/2)*[(1/2)+(3/2)*I*sqrt(3)]^n, with n>=0 and I=sqrt(-1) [From Paolo P. Lava, Nov 18 2008]

MATHEMATICA

Join[{a=1, b=1}, Table[c=b-7*a; a=b; b=c, {n, 80}]] (*From Vladimir Joseph Stephan Orlovsky, Jan 22 2011*)

CoefficientList[Series[1/(1-x(1-7x)), {x, 0, 50}], x] (* or *) LinearRecurrence[{1, -7}, {1, 1}, 50] (* From Harvey P. Dale, May 11 2011 *)

PROG

(Sage) [lucas_number1(n, 1, 7) for n in xrange(1, 29)] # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 22 2009]

CROSSREFS

Cf. A010892, A107920, A106852, A106853, A106854, A145934

Sequence in context: A016071 A086652 A159694 * A101622 A192304 A147330

Adjacent sequences:  A145973 A145974 A145975 * A145977 A145978 A145979

KEYWORD

sign

AUTHOR

Philippe DELEHAM, Oct 26 2008

EXTENSIONS

Corrected by Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 22 2009

Corrected by D. S. McNeil, Aug 20 2010

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 23 12:02 EDT 2013. Contains 225587 sequences.