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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A077902 Expansion of (1-x)^(-1)/(1+x-x^2+x^3). 2
1, 0, 2, -2, 5, -8, 16, -28, 53, -96, 178, -326, 601, -1104, 2032, -3736, 6873, -12640, 23250, -42762, 78653, -144664, 266080, -489396, 900141, -1655616, 3045154, -5600910, 10301681, -18947744, 34850336, -64099760, 117897841, -216847936, 398845538, -733591314, 1349284789, -2481721640 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

MATHEMATICA

a=0; b=0; c=0; lst={}; Do[z=a+b+c+1; AppendTo[lst, z]; a=b; b=c; c=z; z=a+b+c-1; AppendTo[lst, z]; a=b; b=c; c=z, {n, 5!}]; lst(*Abs values*) [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Feb 17 2010]

CROSSREFS

Sequence in context: A052527 A042982 A006367 * A005834 A052531 A095005

Adjacent sequences:  A077899 A077900 A077901 * A077903 A077904 A077905

KEYWORD

sign

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 16 19:23 EST 2012. Contains 205945 sequences.