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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A145283 a(n) = number of monomials in n-th power of polynomial x^3-x-1 0
3, 6, 9, 11, 14, 18, 21, 23, 27, 30, 33, 36, 39, 42, 43, 48, 51, 54, 57, 60, 63, 66, 69, 72, 75, 78, 81, 84, 87, 90, 93, 96, 99, 101, 105, 108, 111, 114, 117, 120, 123, 126, 129, 132, 135, 138, 141, 144, 147, 150, 153, 156, 159, 162, 165, 168, 171, 174, 177, 180, 183 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

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

MATHEMATICA

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

CROSSREFS

Sequence in context: A121384 A151926 A166265 * A177800 A169924 A101723

Adjacent sequences:  A145280 A145281 A145282 * A145284 A145285 A145286

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 17 03:45 EST 2012. Contains 205978 sequences.