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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A077857 Expansion of (1-x)^(-1)/(1-2*x+x^2+2*x^3). 0
1, 3, 6, 8, 5, -9, -38, -76, -95, -37, 174, 576, 1053, 1183, 162, -2964, -8455, -14269, -14154, 2872, 48437, 122311, 190442, 161700, -111663, -765909, -1743554, -2497872, -1720371, 2544239, 11804594, 24505692, 32118313, 16121747, -48886202, -178130776, -339618843, -403334505 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

LINKS

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

FORMULA

a(0)=1, a(1)=3, a(2)=6, a(3)=8, a(n)=3*a(n-1)-3*a(n-2)-a(n-3)+2*a(n-4). - Harvey P. Dale, Mar 07 2013

MATHEMATICA

CoefficientList[Series[(1/(1-x))/(1-2x+x^2+2x^3), {x, 0, 50}], x] (* or *) LinearRecurrence[{3, -3, -1, 2}, {1, 3, 6, 8}, 50] (* Harvey P. Dale, Mar 07 2013 *)

CROSSREFS

Sequence in context: A010621 A096416 A009393 * A181165 A181906 A181915

Adjacent sequences:  A077854 A077855 A077856 * A077858 A077859 A077860

KEYWORD

sign

AUTHOR

N. J. A. Sloane, Nov 17 2002

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 22 18:50 EDT 2013. Contains 225561 sequences.