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.
%I A371818 #11 Apr 07 2024 17:43:43 %S A371818 1,2,6,19,64,224,805,2947,10934,40975,154738,587910,2244681,8605061, %T A371818 33099767,127687258,493796454,1913755319,7431027611,28902878561, %U A371818 112585961052,439148770623,1715009647444,6705019714554,26240361155821,102787164654287,402972015656065 %N A371818 a(n) = Sum_{k=0..floor(n/3)} (-1)^k * binomial(2*n-2*k,n-3*k). %F A371818 a(n) = [x^n] 1/((1-x+x^3) * (1-x)^n). %F A371818 a(n) = binomial(2*n, n)*hypergeom([1, (1-n)/3, (2-n)/3, -n/3], [1/2-n, -n, 1+n], 27/4). - _Stefano Spezia_, Apr 07 2024 %o A371818 (PARI) a(n) = sum(k=0, n\3, (-1)^k*binomial(2*n-2*k, n-3*k)); %Y A371818 Cf. A120305, A371819, A371820. %Y A371818 Cf. A000984, A144904. %K A371818 nonn %O A371818 0,2 %A A371818 _Seiichi Manyama_, Apr 06 2024