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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A122765 Triangle read by rows, based on the coefficients of derivatives of the polynomials in A122601. Let p(k, x) = x*p(k - 1, x) - p(k - 2, x). Then T(k,x)=dp(k,x)/dx 1
1, -1, 2, -2, -2, 3, 2, -6, -3, 4, 3, 6, -12, -4, 5, -3, 12, 12, -20, -5, 6, -4, -12, 30, 20, -30, -6, 7, 4, -20, -30, 60, 30, -42, -7, 8, 5, 20, -60, -60, 105, 42, -56, -8, 9 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,3

REFERENCES

P. Steinbach, Golden fields: a case for the heptagon, Math. Mag. 70 (1997), no. 1, 22-31.

EXAMPLE

1

-1, 2

-2,-2, 3

2, -6,-3, 4

3, 6, -12, -4, 5

-3, 12, 12,-20,-5, 6

-4, -12, 30, 20, -30, -6, 7

4, -20, -30, 60, 30, -42, -7, 8

5, 20, -60, -60, 105, 42, -56, -8, 9

MATHEMATICA

p[0, x] = 1; p[1, x] = x - 1; p[k_, x_] := p[k, x] = x*p[k - 1, x] - p[k - 2, x]; a = Table[Expand[p[n, x]], {n, 0, 10}]; w1 = Table[CoefficientList[D[a[[n]], x], x], {n, 2, 10}]; Flatten[w1]

CROSSREFS

Cf. A122601, A066170, A046854, A122766.

Sequence in context: A058614 A058726 A132321 * A131053 A125600 A084053

Adjacent sequences:  A122762 A122763 A122764 * A122766 A122767 A122768

KEYWORD

sign,tabl

AUTHOR

Roger Bagula and Gary Adamson (rlbagulatftn(AT)yahoo.com), Sep 22 2006

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 16 19:48 EST 2012. Contains 205955 sequences.