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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A029033 Expansion of 1/((1-x)(1-x^3)(1-x^4)(1-x^7)). 0
1, 1, 1, 2, 3, 3, 4, 6, 7, 8, 10, 12, 14, 16, 19, 22, 25, 28, 32, 36, 40, 45, 50, 55, 61, 67, 73, 80, 88, 95, 103, 112, 121, 130, 140, 151, 162, 173, 185, 198, 211, 224, 239, 254, 269, 285, 302, 319, 337, 356, 375, 395 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

MAPLE

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

CROSSREFS

Sequence in context: A120882 A102187 A133610 * A041003 A067592 A036018

Adjacent sequences:  A029030 A029031 A029032 * A029034 A029035 A029036

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 19:13 EST 2012. Contains 206085 sequences.