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 A364400 #16 Oct 21 2023 11:07:49 %S A364400 1,2,-18,270,-4902,98538,-2110794,47227846,-1090742094,25806364434, %T A364400 -622267199554,15236456140542,-377814588773622,9468373002766074, %U A364400 -239434464005544570,6101951612867546166,-156561081975745809566,4040863076496835880226 %N A364400 G.f. satisfies A(x) = 1 + x/A(x)^3*(1 + 1/A(x)^3). %F A364400 G.f.: A(x) = 1/B(-x) where B(x) is the g.f. of A363304. %F A364400 a(n) = (-1)^(n-1) * (1/n) * Sum_{k=0..n} binomial(n,k) * binomial(4*n+3*k-2,n-1) for n > 0. %F A364400 a(n) ~ c*(-1)^(n+1)*256^n*27^(-n)*4F3([-n, 4*n/3, (4n-1)/3, (4*n+1)/3], [n, n+1/3, n+2/3], -1)*n^(-3/2), with c = (1/8)*sqrt (3/(2*Pi)). - _Stefano Spezia_, Oct 21 2023 %o A364400 (PARI) a(n) = if(n==0, 1, (-1)^(n-1)*sum(k=0, n, binomial(n, k)*binomial(4*n+3*k-2, n-1))/n); %Y A364400 Cf. A364398, A364399. %Y A364400 Cf. A363304. %K A364400 sign %O A364400 0,2 %A A364400 _Seiichi Manyama_, Jul 22 2023