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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A008768 Expansion of (1+x^7)/((1-x)*(1-x^2)*(1-x^3)*(1-x^4)). 0
1, 1, 2, 3, 5, 6, 9, 12, 16, 20, 26, 32, 40, 48, 58, 69, 82, 95, 111, 128, 147, 167, 190, 214, 241, 269, 300, 333, 369, 406, 447, 490, 536, 584, 636, 690, 748, 808, 872, 939, 1010, 1083, 1161, 1242, 1327 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

a(0)=1, a(1)=1, a(2)=2, a(3)=3, a(4)=5, a(5)=6, a(6)=9, a(7)=12, a(8)=16, a(n)=2*a(n-1)-a(n-2)+a(n-3)-a(n-4)-a(n-5)+a(n-6)-a(n-7)+2*a(n-8)-a(n-9) [From Harvey P. Dale, Jul 06 2011]

MATHEMATICA

CoefficientList[Series[(1+x^7)/(1-x)/(1-x^2)/(1-x^3)/(1-x^4), {x, 0, 50}], x] (* or *) LinearRecurrence[{2, -1, 1, -1, -1, 1, -1, 2, -1}, {1, 1, 2, 3, 5, 6, 9, 12, 16}, 50] (* From Harvey P. Dale, Jul 06 2011 *)

CROSSREFS

Sequence in context: A166247 A126785 A026317 * A067593 A084993 A046966

Adjacent sequences:  A008765 A008766 A008767 * A008769 A008770 A008771

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 17 00:09 EST 2012. Contains 205978 sequences.