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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A006980 Compositions: 6th column of A048004.
(Formerly M1411)
1
1, 2, 5, 12, 28, 64, 143, 315, 687, 1485, 3186, 6792, 14401, 30391, 63872, 133751, 279177, 581040, 1206151, 2497895, 5161982, 10646564, 21919161, 45052841, 92461171, 189489255, 387830160, 792810956, 1618840800, 3301999647 (list; graph; refs; listen; history; internal format)
OFFSET

6,2

REFERENCES

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

J. L. Yucas, Counting special sets of binary Lyndon words, Ars Combin., 31 (1991), 21-29.

FORMULA

G.f.: x^6 / ((1-x-x^2-x^3-x^4-x^5) * (1-x-x^2-x^3-x^4-x^5-x^6)). [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 29 2008]

MAPLE

a:= n-> (Matrix(11, (i, j)-> if i=j-1 then 1 elif j=1 then [2, 1, 0, -1, -2, -4, -5, -4, -3, -2, -1][i] else 0 fi)^n) [1, 7]: seq (a(n), n=6..40); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 29 2008]

CROSSREFS

Sequence in context: A192657 A006979 A019301 * A045623 A001410 A019486

Adjacent sequences:  A006977 A006978 A006979 * A006981 A006982 A006983

KEYWORD

nonn

AUTHOR

Simon Plouffe (simon.plouffe(AT)gmail.com)

EXTENSIONS

More terms and better definition from Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 29 2008

Corrected definition: 6th column of A048004. - Geoffrey Critzer (critzer.geoffrey(AT)usd443.org), Nov 09 2008

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 06:16 EST 2012. Contains 205860 sequences.