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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A145286 a(n) = number of monomials in n-th power of polynomial x^5-x^4-x^3-x^2-x-1 0
6, 10, 15, 19, 25, 31, 35, 41, 46, 51, 56, 61, 66, 71, 76, 81, 86, 90, 96, 101, 106, 111, 116, 121, 126, 131, 136, 141, 146, 151, 156, 161, 166, 171, 176, 181, 186, 191, 196, 201, 206, 211, 216, 221, 226, 231, 236, 241, 246, 251, 256, 261, 266, 271, 276, 281 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

a(n)=Length[(x^5-x^4-x^3-x^2-x-1)^n]

MATHEMATICA

a = {}; k = x^5 - x^4 - x^3 - x^2- x - 1; m = k; Do[AppendTo[a, Length[m]]; m = Expand[m*k], {n, 1, 100}]; a (*Artur Jasinski*)

CROSSREFS

Sequence in context: A094564 A166160 A162731 * A006987 A157937 A080255

Adjacent sequences:  A145283 A145284 A145285 * A145287 A145288 A145289

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Oct 06 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 15 07:20 EST 2012. Contains 205704 sequences.