referencesfor these coefficients





Here's a triangle which I find somewhat interesting. The first few rows are:


1
1 1
1 4 1
1 11 11 1
1 26 66 26 1
1 57 302 302 57 1
1 120 1191 2416 1191 120 1

The element at the intersection of the i_th and j_th diagonals is equal to
the linear combination of its predecessors on those diagonals, using the
weights i and j respectively.

(You might say that this is a souped-up version of Pascal's triangle.)

It is amusing that the sum of the elements of the n_th row is the factorial
of n.

The triangle is actually useful, it seems. For example, the series

1 + 8x + 27x^2 + 64x^3 + ... = (1 + 4x + x^2) / (1 - x)^4 for |x| <
1.

The coefficients of the series are the k_th powers of successive integers,
and the coefficients of the polynomial of degree k-1 in the numerator on the
RHS come from the triangle's k_th row; the exponent on (1-x) in the
denominator is k+1. (The power-series expansion of 1 / 1-x to a positive
integral power uses a diagonal of Pascal's triangle.)

I just stumbled on this today while experimenting. Where is it in the
literature? Are there any identities implied which are deeper than
superficial? (The part of about n!, for example.)




.



Relevant Pages

  • Re: geometry with difficult...
    ... Triangle A_1B_1C_1. ... segment G_1F_1 is a diameter of S_1. ... "hidden" diagonals of the ... These quadrilaterals have the same ...
    (sci.math)
  • Re: geometry with difficult...
    ... Triangle A_1B_1C_1. ... segment G_1F_1 is a diameter of S_1. ... "hidden" diagonals of the ... These quadrilaterals have the same ...
    (sci.math)
  • Re: Pls help with sister becoming crackpot
    ... The first pattern simply increases ... left which is just the integers) can have primes. ... doing then yes there is a correlation with triangle numbers. ... Changing those diagonals in Mensenators table to my ...
    (sci.math)
  • Re: referencesfor these coefficients
    ... > The element at the intersection of the i_th and j_th diagonals is equal to ... As Rainer already wrote, this is the "eulerian triangle", whose ... coefficients can be computed recursively or even directly from ... > The coefficients of the series are the k_th powers of successive integers, ...
    (sci.math)
  • Re: Pascals triangle, origin? (was: Re: Why should -1 multiplied by -1 be plus 1 and not -1)
    ... > i'd be really surprised if Pascal's triangle was 'invented' in the way ... Suppose you already knew that the expansion of ^4 has ... multiplying that expansion by another factor. ... They find the coefficients for, say, ^6 by ...
    (sci.logic)