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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A029026 Expansion of 1/((1-x)(1-x^2)(1-x^8)(1-x^11)). 0
1, 1, 2, 2, 3, 3, 4, 4, 6, 6, 8, 9, 11, 12, 14, 15, 18, 19, 22, 24, 27, 29, 33, 35, 40, 42, 47, 50, 55, 58, 64, 67, 74, 78, 85, 90, 97, 102, 110, 115, 124, 130, 139, 146, 156, 163, 174, 181, 193, 201, 213, 222, 235, 244 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

MAPLE

(Maple) M := Matrix(22, (i, j)-> if (i=j-1) then 1 elif j=1 then [1, 1, -1, 0, 0, 0, 0, 1, -1, -1, 2, -1, -1, 1, 0, 0, 0, 0, -1, 1, 1, -1][i] else 0 fi); a := n -> (M^(n))[1, 1]; seq (a(n), n=0..53); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Jul 31 2008]

CROSSREFS

Sequence in context: A034322 A058747 A050365 * A003106 A185228 A026824

Adjacent sequences:  A029023 A029024 A029025 * A029027 A029028 A029029

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 13 16:54 EST 2012. Contains 205523 sequences.