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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A029032 Expansion of 1/((1-x)(1-x^3)(1-x^4)(1-x^5)). 0
1, 1, 1, 2, 3, 4, 5, 6, 8, 10, 12, 14, 17, 20, 23, 27, 31, 35, 40, 45, 51, 57, 63, 70, 78, 86, 94, 103, 113, 123, 134, 145, 157, 170, 183, 197, 212, 227, 243, 260, 278, 296, 315, 335, 356, 378, 400, 423, 448, 473 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

FORMULA

a(0)=1, a(1)=1, a(2)=1, a(3)=2, a(4)=3, a(5)=4, a(6)=5, a(7)=6, a(8)=8, a(9)=10, a(10)=12, a(11)=14, a(12)=17, a(n)=a(n-1)+a(n-3)-a(n-6)- a(n-7)+ a(n-10)+a(n-12)-a (n-13) [From Harvey P. Dale, Jan 04 2012]

MAPLE

M := Matrix(13, (i, j)-> if (i=j-1) or (j=1 and member(i, [1, 3, 10, 12])) then 1 elif j=1 and member(i, [6, 7, 13]) then -1 else 0 fi); a := n -> (M^(n))[1, 1]; seq (a(n), n=0..49); - Alois P. Heinz (heinz(AT)hs-heilbronn.de), Jul 25 2008

MATHEMATICA

CoefficientList[Series[1/((1-x)(1-x^3)(1-x^4)(1-x^5)), {x, 0, 50}], x] (* or *) LinearRecurrence[{1, 0, 1, 0, 0, -1, -1, 0, 0, 1, 0, 1, -1}, {1, 1, 1, 2, 3, 4, 5, 6, 8, 10, 12, 14, 17}, 50] (* From Harvey P. Dale, Jan 04 2012 *)

CROSSREFS

Sequence in context: A008724 A112402 A056864 * A059809 A121492 A204580

Adjacent sequences:  A029029 A029030 A029031 * A029033 A029034 A029035

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