OFFSET
0,2
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000
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
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Nov 19 2009
STATUS
approved