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 A327834 #8 Feb 16 2025 08:33:58 %S A327834 1,8,56,384,2648,18496,131008,940032,6821848,49985984,369258560, %T A327834 2746629120,20549693888,154518118912,1166873394688,8844937101312, %U A327834 67265481552856,513038965707968,3923108472072512,30068733313938432,230943237733355840,1777114026405752320 %N A327834 Expansion of 1 / AGM(1, 1 - 8*x)^2 in powers of x. %C A327834 AGM(x,y) = AGM((x+y)/2,sqrt(x*y)) is the arithmetic-geometric mean. %H A327834 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/Arithmetic-GeometricMean.html">Arithmetic-Geometric Mean</a> %F A327834 Recurrence: n^3*a(n) = 4*(2*n - 1)*(3*n^2 - 3*n + 2)*a(n-1) - 16*(n-1)*(13*n^2 - 26*n + 20)*a(n-2) + 128*(2*n - 3)*(3*n^2 - 9*n + 8)*a(n-3) - 1024*(n-2)^3*a(n-4). %F A327834 a(n) ~ 2^(3*n + 3) * (log(4*n) + gamma) / (Pi^2 * n), where gamma is the Euler-Mascheroni constant A001620. %t A327834 CoefficientList[Series[(2*EllipticK[1/(1 - 1/(4*x))^2]/(Pi*(1 - 4*x)))^2, {x, 0, 25}], x] %t A327834 CoefficientList[Series[Hypergeometric2F1[1/2, 1/2, 1, 16*x*(1 - 4*x)]^2, {x, 0, 25}], x] %Y A327834 Cf. A081085, A089603. %K A327834 nonn %O A327834 0,2 %A A327834 _Vaclav Kotesovec_, Sep 27 2019