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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A077839 Expansion of (1-x)/(1-3*x-2*x^2-2*x^3). 0
1, 2, 8, 30, 110, 406, 1498, 5526, 20386, 75206, 277442, 1023510, 3775826, 13929382, 51386818, 189570870, 699345010, 2579950406, 9517682978, 35111639766, 129530186066, 477849203686, 1762831262722, 6503252567670, 23991118635826, 88505523568262 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

a(0)=1, a(1)=2, a(3)=8, a(n)=3a(n-1)+2a(n-2)+2a(n-3) [From Harvey P. Dale, Apr 29 2011]

MATHEMATICA

CoefficientList[Series[(1-x)/(1-3x-2x^2-2x^3), {x, 0, 40}], x] (* or *) LinearRecurrence[{3, 2, 2}, {1, 2, 8}, 41]  (* From Harvey P. Dale, Apr 29 2011 *)

CROSSREFS

Sequence in context: A168605 A127865 A199923 * A052530 A162551 A073663

Adjacent sequences:  A077836 A077837 A077838 * A077840 A077841 A077842

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Nov 17 2002

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 14 07:14 EST 2012. Contains 205586 sequences.