cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A108366 L(n,n), where L is defined as in A108299.

This page as a plain text file.
%I A108366 #25 Feb 16 2025 08:32:58
%S A108366 1,0,1,13,153,2089,33461,620166,13097377,310957991,8205571449,
%T A108366 238367471761,7561422605881,260127000028908,9647591076297901,
%U A108366 383769576967012081,16299953773597203585,736281113282903567521,35246262383544562907057,1782495208063575448970418
%N A108366 L(n,n), where L is defined as in A108299.
%C A108366 A108367(n) = L(n,-n).
%H A108366 Seiichi Manyama, <a href="/A108366/b108366.txt">Table of n, a(n) for n = 0..386</a>
%H A108366 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/Morgan-VoycePolynomials.html">Morgan-Voyce polynomials</a>
%F A108366 a(n) = Product_{k=1..n} (n - 2*cos((2*k-1)*Pi/(2*n+1))) with Pi = 3.14...
%F A108366 a(n) = Sum_{k=0..n} 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
%F A108366 a(n) ~ n^n * (1 - 2/n + 5/(2*n^2) - 31/(6*n^3) + 209/(24*n^4) - 173/(10*n^5) + ...). - _Vaclav Kotesovec_, Jan 06 2021
%t A108366 Join[{1,0,1}, Table[Sum[Binomial[n + k, 2*k] * (n-2)^k, {k,0,n}], {n,3,20}]] (* _Vaclav Kotesovec_, Jan 06 2021 *)
%o A108366 (PARI) a(n) = sum(k=0, n, binomial(n+k,2*k)*(n-2)^k); \\ _Jinyuan Wang_, Feb 25 2020
%Y A108366 Cf. A000312, A085478, A108299, A108367.
%K A108366 nonn
%O A108366 0,4
%A A108366 _Reinhard Zumkeller_, Jun 01 2005
%E A108366 More terms from _Jinyuan Wang_, Feb 25 2020