OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Legendre Polynomial
EXAMPLE
The triangle begins as:
1;
2, 3;
1, 8, 5;
8, 1, 8, 7;
1, 48, 1, 128, 9;
16, 1, 128, 1, 128, 11;
1, 128, 1, 64, 1, 512, 13;
...
PROG
(PARI) T(m, n)=denominator(subst(intformal(pollegendre(m)*pollegendre(n)), 'x, 1))
for(n=0, 9, for(m=0, n, print1(T(m, n)", "))) \\ Charles R Greathouse IV, Mar 19 2017
CROSSREFS
KEYWORD
AUTHOR
Eric W. Weisstein, Nov 21 2002
STATUS
approved
