The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A078297 Triangle of numerators of Integrate[LegendreP[m,x]LegendreP[n,x],{x,0,1}]. 1
1, 1, 1, 0, 1, 1, -1, 0, 1, 1, 0, -1, 0, 9, 1, 1, 0, -5, 0, 9, 1, 0, 1, 0, -1, 0, 25, 1, -5, 0, 7, 0, -35, 0, 25, 1, 0, -1, 0, 7, 0, -25, 0, 1225, 1, 7, 0, -15, 0, 27, 0, -525, 0, 1225, 1, 0, 7, 0, -27, 0, 189, 0, -245, 0, 3969, 1, -21, 0, 11, 0, -297, 0, 77, 0, -1617, 0, 3969, 1, 0, -3, 0, 77, 0, -55 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,14
LINKS
Eric Weisstein's World of Mathematics, Legendre Polynomial
PROG
(PARI) T(m, n)=numerator(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
Cf. A078298.
Sequence in context: A259314 A266557 A010534 * A189788 A264981 A370240
KEYWORD
sign,tabl,frac
AUTHOR
Eric W. Weisstein, Nov 21 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 18 07:11 EDT 2024. Contains 373469 sequences. (Running on oeis4.)