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 A064332 #12 Sep 08 2022 08:45:04 %S A064332 1,1,-9,181,-4529,126861,-3806649,119653941,-3889122369,129646443421, %T A064332 -4408213959689,152290162367301,-5330337257966609,188617242067457581, %U A064332 -6736489341630231129,242518500968942706261,-8791448318093732481249 %N A064332 Generalized Catalan numbers C(-10; n). %C A064332 See triangle A064334 with columns m built from C(-m; n), m >= 0, also for Derrida et al. references. %H A064332 G. C. Greubel, <a href="/A064332/b064332.txt">Table of n, a(n) for n = 0..625</a> %F A064332 a(n) = Sum_{m=0..n-1} (n-m)*binomial(n-1+m, m)*(-10)^m/n. %F A064332 a(n) = (1/11)^n*(1 + 10*Sum_{k=0..n-1} C(k)*(-10*11)^k ), n >= 1, a(0) := 1; with C(n)=A000108(n) (Catalan). %F A064332 G.f.: (1+10*x*c(-10*x)/11)/(1-x/11) = 1/(1-x*c(-10*x)) with c(x) g.f. of Catalan numbers A000108. %t A064332 CoefficientList[Series[(21 +Sqrt[1+40*x])/(2*(11-x)), {x, 0, 30}], x] (* _G. C. Greubel_, May 03 2019 *) %o A064332 (PARI) my(x='x+O('x^30)); Vec((21 +sqrt(1+40*x))/(2*(11-x))) \\ _G. C. Greubel_, May 03 2019 %o A064332 (Magma) R<x>:=PowerSeriesRing(Rationals(), 30); Coefficients(R!( (21 +Sqrt(1+40*x))/(2*(11-x)) )); // _G. C. Greubel_, May 03 2019 %o A064332 (Sage) ((21 +sqrt(1+40*x))/(2*(11-x))).series(x, 30).coefficients(x, sparse=False) # _G. C. Greubel_, May 03 2019 %Y A064332 Cf. A000108, A064334. %K A064332 sign,easy %O A064332 0,3 %A A064332 _Wolfdieter Lang_, Sep 21 2001