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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A052986 Expansion of ( 1-2*x ) / ( (x-1)*(2*x^2+3*x-1) ). 0
1, 2, 7, 24, 85, 302, 1075, 3828, 13633, 48554, 172927, 615888, 2193517, 7812326, 27824011, 99096684, 352938073, 1257007586, 4476898903, 15944711880, 56787933445, 202253224094, 720335539171, 2565513065700, 9137210275441 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 1060

Index to sequences with linear recurrences with constant coefficients, signature (4,-1,-2).

FORMULA

G.f.: (1-2*x)/(1-4*x+x^2+2*x^3)

Recurrence: {a(0)=1, a(1)=2, -2*a(n)-3*a(n+1)+a(n+2)+1=0}

Sum(-1/136*(-13-27*_alpha+6*_alpha^2)*_alpha^(-1-n), _alpha=RootOf(1-4*_Z+_Z^2+2*_Z^3))

MAPLE

spec := [S, {S=Sequence(Union(Prod(Union(Sequence(Union(Z, Z)), Z), Z), Z))}, unlabeled ]: seq(combstruct[count ](spec, size=n), n=0..20);

MATHEMATICA

Join[{a=1, b=2}, Table[c=3*b+2*a-1; a=b; b=c, {n, 100}]] (*From Vladimir Joseph Stephan Orlovsky, Jan 17 2011*)

CROSSREFS

Sequence in context: A088854 A000777 A144170 * A053368 A141753 A014300

Adjacent sequences:  A052983 A052984 A052985 * A052987 A052988 A052989

KEYWORD

easy,nonn

AUTHOR

encyclopedia(AT)pommard.inria.fr, Jan 25 2000

EXTENSIONS

More terms from James A. Sellers (sellersj(AT)math.psu.edu), Jun 06 2000

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 February 16 18:54 EST 2012. Contains 205939 sequences.