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 A371787 #12 Jun 05 2024 04:25:07 %S A371787 1,5,44,441,4675,51129,570401,6451688,73715212,848793726,9833394285, %T A371787 114487194485,1338411363535,15700659542105,184722993467063, %U A371787 2178831068873601,25756348168285379,305061478075705411,3619402085862708614,43008294559624639777 %N A371787 a(n) = Sum_{k=0..floor(n/2)} (-1)^k * binomial(5*n-k,n-2*k). %F A371787 a(n) = [x^n] 1/((1-x+x^2) * (1-x)^(4*n)). %F A371787 It appears that a(n) = Sum_{k = 0..n} binomial(3*n+2*k-1, k). - _Peter Bala_, Jun 04 2024 %o A371787 (PARI) a(n) = sum(k=0, n\2, (-1)^k*binomial(5*n-k, n-2*k)); %Y A371787 Cf. A024718, A371785, A371786. %Y A371787 Cf. A371744. %K A371787 nonn,easy %O A371787 0,2 %A A371787 _Seiichi Manyama_, Apr 06 2024