Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A136620
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A136620 Triangle of coefficients from polynomial recursion suggested by an equation in a paper by M. Gromov in the appendix by Jacques Tits on page 75: P(x,n)=(1-x)*P(x,n-1)-binomial[x-1,2]*P(x,n-2). +0
1
1, 1, -1, 0, -1, 1, -2, 4, -2, -4, 14, -17, 8, -1, 0, 4, -13, 15, -7, 1, 8, -32, 46, -25, -1, 5, -1, 8, -48, 116, -144, 96, -32, 4, 0, -24, 132, -300, 361, -244, 90, -16, 1, -16, 96, -228, 252, -79, -109, 134, -62, 13, -1, -32, 272, -984, 1980, -2416, 1811, -787, 154, 10, -9, 1 (list; table; graph; listen)
OFFSET

1,7

COMMENT

Row sums are:

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

REFERENCES

Gromov, Michael, Groups of polynomial growth and expanding maps (with an appendix by Jacques Tits). Publications Math. de l'IHES, 53 (1981), p. 53-78; http://www.numdam.org/numdam-bin/fitem?id=PMIHES_1981__53__53_0.

FORMULA

P[x, -1] = 0; P[x, 0] = 1; P[x, 1] = 1 - x; P(x,n)=(1-x)*P(x,n-1)-binomial[x-1,2]*P(x,n-2) Output as 2^Floor[n/2]*P(x,n) to get Integers.

EXAMPLE

{1},

{1, -1},

{0, -1, 1},

{-2, 4, -2},

{-4, 14, -17,8, -1},

{0, 4, -13, 15, -7, 1},

{8, -32, 46, -25, -1, 5, -1},

{8, -48, 116, -144, 96, -32, 4},

{0, -24, 132, -300, 361, -244,90, -16, 1},

{-16, 96, -228, 252, -79, -109, 134, -62, 13, -1},

{-32, 272, -984, 1980, -2416, 1811, -787, 154, 10, -9, 1}

MATHEMATICA

P[x, -1] = 0; P[x, 0] = 1; P[x, 1] = 1 - x; P[x_, n_] := P[x, n] = (1 - x)*P[x, n - 1] - Binomial[x - 1, 2]*P[x, n - 2]; Table[ExpandAll[2^Floor[n/2]*P[x, n]], {n, 0, 10}]; a = Table[CoefficientList[2^Floor[n/2]*P[x, n], x], {n, 0, 10}]; Flatten[a]

CROSSREFS

Sequence in context: A155682 A151706 A055372 this_sequence A139548 A108445 A019294

Adjacent sequences: A136617 A136618 A136619 this_sequence A136621 A136622 A136623

KEYWORD

uned,tabl,sign

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Mar 31 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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research