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!)
A108367 L(n,-n), where L is defined as in A108299. 2
1, -2, 5, -29, 265, -3191, 47321, -832040, 16908641, -389806471, 10049731549, -286482047279, 8946795882025, -303762892305614, 11140078609864049, -438857301101610929, 18482410314337295233, -828657053219851847135, 39406519321199703822581, -1981132660316876165976260 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
A108366(n) = L(n,n).
LINKS
Eric Weisstein's World of Mathematics, Morgan-Voyce polynomials
FORMULA
a(n) = (-1)^n * Product_{k=1..n} (n + 2*cos((2*k-1)*Pi/(2*n+1))) with Pi = 3.14...
a(n) = Sum_{k=0..n} (-1)^k*binomial(n+k,2*k)*(n+2)^k = b(n,-n-2), where b(n,x) are the Morgan-Voyce polynomials of A085478. - Peter Bala, May 01 2012
PROG
(PARI) a(n) = sum(k=0, n, (-1)^k*binomial(n+k, 2*k)*(n+2)^k); \\ Jinyuan Wang, Feb 25 2020
CROSSREFS
Sequence in context: A007014 A265147 A098682 * A191621 A103592 A209428
KEYWORD
sign
AUTHOR
Reinhard Zumkeller, Jun 01 2005
EXTENSIONS
More terms from Jinyuan Wang, Feb 25 2020
STATUS
approved

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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)