login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A001799
Coefficients of Legendre polynomials.
(Formerly M4557 N1939)
0
8, 72, 2160, 15504, 220248, 1564920, 89324640, 640807200, 9246847896, 67087213336, 1957095947664, 14342471475696, 211153052281080, 1560676296310488, 185256494416099008, 1379131680653181504, 20598677144877854232
OFFSET
2,1
COMMENTS
Coefficient of Legendre_4(x) when x^n is written in term of Legendre polynomials. - Sean A. Irvine, Nov 28 2012
REFERENCES
N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
MAPLE
a:=n->(9*(2*n)*(2*n-2)/((2*n+1)*(2*n+3)*(2*n+5)))*numer(binomial(4*n, 2*n)/2^(4*n)); # Sean A. Irvine, Nov 28 2012
CROSSREFS
Sequence in context: A242597 A339469 A241032 * A205505 A058068 A096873
KEYWORD
nonn
EXTENSIONS
More terms from Sean A. Irvine, Nov 28 2012
STATUS
approved