login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A160868 16384*P_17(n), 16384 times the Legendre polynomial of order 17 at n. 1

%I #14 May 01 2018 03:06:51

%S 0,16384,12224356333619,23360876124880896,3849782443869346726,

%T 188260915444061388800,4398219345305144630169,62344855645472393641984,

%U 615658186636295094703436,4622350732178621155393536

%N 16384*P_17(n), 16384 times the Legendre polynomial of order 17 at n.

%H G. C. Greubel, <a href="/A160868/b160868.txt">Table of n, a(n) for n = 0..1000</a>

%H <a href="/index/Rec#order_18">Index entries for linear recurrences with constant coefficients</a>, signature (18,-153,816,-3060,8568,-18564, 31824,-43758,48620,-43758,31824,-18564,8568,-3060,816,-153,18,-1).

%t Table[16384*LegendreP[17,n], {n,0,50}] (* _G. C. Greubel_, Apr 30 2018 *)

%o (PARI) a(n)=pollegendre(17,n)<<14 \\ _Charles R Greathouse IV_, Oct 26 2011

%K nonn,easy

%O 0,2

%A _N. J. A. Sloane_, Nov 19 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)