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

A160868
16384*P_17(n), 16384 times the Legendre polynomial of order 17 at n.
1
0, 16384, 12224356333619, 23360876124880896, 3849782443869346726, 188260915444061388800, 4398219345305144630169, 62344855645472393641984, 615658186636295094703436, 4622350732178621155393536
OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (18,-153,816,-3060,8568,-18564, 31824,-43758,48620,-43758,31824,-18564,8568,-3060,816,-153,18,-1).
MATHEMATICA
Table[16384*LegendreP[17, n], {n, 0, 50}] (* G. C. Greubel, Apr 30 2018 *)
PROG
(PARI) a(n)=pollegendre(17, n)<<14 \\ Charles R Greathouse IV, Oct 26 2011
CROSSREFS
Sequence in context: A223806 A223584 A185566 * A351313 A230635 A017691
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Nov 19 2009
STATUS
approved