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”).

A160867
1024*P_15(n), 1024 times the Legendre polynomial of order 15 at n.
1
0, 1024, 58349238473, 45713798986752, 4128627676457626, 127709136544793600, 2058968975428834299, 21362320125282024448, 161120033112137396852, 954217375242404299776, 4674429002779807245325, 19650167585009522637824
OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (16,-120,560,-1820,4368,-8008, 11440, -12870,11440,-8008,4368,-1820,560,-120,16,-1).
MATHEMATICA
Table[1024*LegendreP[15, n], {n, 0, 50}] (* G. C. Greubel, Apr 30 2018 *)
PROG
(PARI) a(n)=pollegendre(15, n)<<10 \\ Charles R Greathouse IV, Oct 26 2011
CROSSREFS
Sequence in context: A017014 A017098 A017194 * A017302 A017422 A017554
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Nov 19 2009
STATUS
approved