Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A136673
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A136673 Triangle of coefficients from a polynomial recursion for Galois field GF(2^n) polynomials: p(x,n)=(x+1)*p(x,n-1)-x*p(x,n-2); or f(x,n)=x^n+x+1;. +0
1
2, 1, 1, 2, 1, 1, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 (list; table; graph; listen)
OFFSET

1,1

COMMENT

Row sums are:

{3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3}

The result is very dependent on the two initial polynomials.

REFERENCES

Taylor L. Booth, Sequential Machines and Automata Theory, John Wiley and Sons, Inc., 1967, Appendix I

FORMULA

p(x,0)=2+x;p(x,1)=1+2*x; p(x,n)=(x+1)*p(x,n-1)-x*p(x,n-2); or f(x,n)=x^n+x+1;

EXAMPLE

{2, 1},

{1, 2},

{1, 1, 1},

{1, 1, 0, 1},

{1, 1, 0, 0, 1},

{1, 1, 0, 0, 0, 1},

{1, 1, 0, 0, 0, 0, 1},

{1, 1, 0, 0, 0, 0, 0, 1},

{1, 1, 0, 0, 0, 0, 0, 0, 1},

{1, 1, 0, 0, 0, 0, 0, 0, 0, 1},

{1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1}

MATHEMATICA

p[x, 0] = 2 + x; p[x, 1] = 1 + 2*x; p[x_, n_] := p[x, n] = (x + 1)*p[x, n - 1] - x*p[x, n - 2]; Table[ExpandAll[p[x, n]], {n, 0, 10}]; a = Table[CoefficientList[p[x, n], x], {n, 0, 10}] Flatten[a]

CROSSREFS

Cf. A057764, A103204.

Sequence in context: A015491 A015776 A067461 this_sequence A097588 A030382 A120889

Adjacent sequences: A136670 A136671 A136672 this_sequence A136674 A136675 A136676

KEYWORD

nonn,uned,tabl

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Apr 05 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified September 7 23:08 EDT 2008. Contains 143486 sequences.


AT&T Labs Research