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 A376568 #34 Oct 26 2024 07:09:19 %S A376568 1,6,51,450,4095,37908,354978,3351348,31833945,303822090,2910657321, %T A376568 27970777926,269484894081,2602002636540,25170322256010, %U A376568 243876058527132,2366251795228437,22987502934573762,223563791480714685,2176402892261301990,21206170582394740371 %N A376568 Expansion of 1/(1 - 9*x*(1 + x))^(2/3). %F A376568 a(n) = 3*((3*n-1)*a(n-1) + (3*n-2)*a(n-2))/n for n > 1. %F A376568 a(n) = Sum_{k=0..n} (-9)^k * binomial(-2/3,k) * binomial(k,n-k). %F A376568 a(n) ~ (3 + sqrt(13))^(n + 2/3) * 3^n / (Gamma(2/3) * 13^(1/3) * n^(1/3) * 2^(n + 2/3)). - _Vaclav Kotesovec_, Oct 26 2024 %o A376568 (PARI) a(n) = sum(k=0, n, (-9)^k*binomial(-2/3, k)*binomial(k, n-k)); %Y A376568 Cf. A180400, A377260, A377261. %Y A376568 Cf. A377233. %K A376568 nonn %O A376568 0,2 %A A376568 _Seiichi Manyama_, Oct 21 2024