[go: up one dir, main page]

login
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