login
The OEIS is supported by the many generous donors 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; text; internal format)
OFFSET
1,1
COMMENTS
a(n)=Length[(x^5-x^4-x^3-x^2-x-1)^n]
LINKS
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: A315245 A315246 A315247 * A315248 A315249 A319382
KEYWORD
nonn
AUTHOR
Artur Jasinski, Oct 06 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 29 15:45 EDT 2024. Contains 372114 sequences. (Running on oeis4.)