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 A378816 #13 Jun 02 2025 15:28:52 %S A378816 -1,4,-11,30,-83,232,-654,1856,-5296,15180,-43675,126062,-364863, %T A378816 1058552,-3077533,8963862,-26151753,76409052,-223544241,654790218, %U A378816 -1920055017,5635816776,-16557539124,48685404516,-143264248974,421879104836,-1243160223829,3665516301186 %N A378816 Expansion of 2*(x - 1)^3/(3*x^3 - 5*x^2 + x + 1 + sqrt(-(x - 1)^3*(x + 1)^2*(3*x + 1))). %C A378816 Binomial transform of A057552(n)*(-1)^(n+1). %F A378816 G.f. A(x) satisfies: (-3*x^3 - x^2)*A(x)^2 + (3*x^3 - 5*x^2 + x + 1)*A(x) + (-x^3 + x*y^2 - x*y + 1) = 0. %F A378816 a(n) = Limit_{k->oo} (A378783(k, k-n) - A378783(k, k-n-1)). %F A378816 a(n) = A025566(n+1)+A025566(n+2)*(-1)^(n+1), for n > 0. %F A378816 a(n) = Sum_{k=1..n+1} binomial(n, k-1)*(-1)^k*Sum_{m=0..k-1} binomial(2*m+2, m). %o A378816 (PARI) %o A378816 a(n) = sum(k=1, n+1, binomial(n, k-1)*(-1)^k*sum(m=0, k-1, binomial(2*m+2, m))) %Y A378816 Cf. A025566, A057552, A378783, A378816 ( Hankel sequence transform ). %K A378816 sign %O A378816 0,2 %A A378816 _Thomas Scheuerle_, Dec 08 2024