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 A371817 #10 Apr 07 2024 17:43:39 %S A371817 1,3,21,164,1353,11508,99808,877425,7790745,69704921,627438606, %T A371817 5675535000,51546958296,469764721533,4293594852225,39341599326304, %U A371817 361271345551257,3323924166943410,30634431485945569,282767849049333909,2613630939017216898 %N A371817 a(n) = Sum_{k=0..floor(n/3)} (-1)^k * binomial(4*n-3*k-1,n-3*k). %F A371817 a(n) = [x^n] 1/((1+x^3) * (1-x)^(3*n)). %F A371817 a(n) = binomial(4*n-1, n)*hypergeom([1, (1-n)/3, (2-n)/3, -n/3], [(1-4*n)/3, (2-4*n)/3, 1-4*n/3], -1). - _Stefano Spezia_, Apr 07 2024 %o A371817 (PARI) a(n) = sum(k=0, n\3, (-1)^k*binomial(4*n-3*k-1, n-3*k)); %Y A371817 Cf. A120305, A262977, A371816. %Y A371817 Cf. A371771. %K A371817 nonn %O A371817 0,2 %A A371817 _Seiichi Manyama_, Apr 06 2024