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 A247029 #14 Jun 20 2025 08:11:09 %S A247029 1,3,-18,180,-2187,29484,-424116,6377292,-99034650,1576075644, %T A247029 -25569752274,421325812440,-7031733125508,118620405322020, %U A247029 -2019349799669160,34647126360607440,-598525520999144643,10401492640172342940,-181721630178565389900,3189811189331825319492 %N A247029 G.f. A(x) satisfies A(x) = A(x)^4 - 9*x. %H A247029 Vaclav Kotesovec, <a href="/A247029/b247029.txt">Table of n, a(n) for n = 0..500</a> %F A247029 G.f.: x / Series_Reversion( x*(1 + 9*x)^(1/3) ). %F A247029 Recurrence: (n-2)*(n-1)*n*a(n) = -216*(2*n - 5)*(4*n - 13)*(4*n - 7)*a(n-3). - _Vaclav Kotesovec_, Nov 18 2017 %F A247029 a(n) ~ -(-1)^n * 2^(8*n/3 - 13/6) * 3^n / (sqrt(Pi)*n^(3/2)). - _Vaclav Kotesovec_, Nov 18 2017 %F A247029 G.f. A(x) satisfies A(x) = 1/A(-x/A(x)^5). - _Seiichi Manyama_, Jun 20 2025 %e A247029 G.f.: A(x) = 1 + 3*x - 18*x^2 + 180*x^3 - 2187*x^4 + 29484*x^5 - 424116*x^6 +... %e A247029 where %e A247029 A(x)^4 = 1 + 12*x - 18*x^2 + 180*x^3 - 2187*x^4 + 29484*x^5 - 424116*x^6 +... %t A247029 FullSimplify[Table[-(-1)^n * 3^(2*n-1) * 4^(n-1) * Gamma[n/3 + 1/6] * Gamma[2*n/3 - 1/6] / (Pi * Gamma[n + 1]), {n, 0, 20}]] (* _Vaclav Kotesovec_, Nov 18 2017 *) %o A247029 (PARI) {a(n)=polcoeff(x/serreverse(x*(1+9*x +x^2*O(x^n))^(1/3)), n)} %o A247029 for(n=0, 25, print1(a(n), ", ")) %Y A247029 Cf. A004987, A008931, A078532, A245114, A376282, A376636. %Y A247029 Cf. A224884. %K A247029 sign %O A247029 0,2 %A A247029 _Paul D. Hanna_, Sep 09 2014