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 A099322 #11 Jan 22 2020 20:10:33 %S A099322 0,1,6,43,291,1992,13595,92845,633966,4329023,29560367,201850896, %T A099322 1378323999,9411785201,64267689006,438847231427,2996636337771, %U A099322 20462312853336,139725412120339,954104794142789,6515035056168654 %N A099322 An inverse Catalan transform of J(3n)/J(3). %C A099322 The g.f. is obtained from that of A015565 through the mapping g(x)->g(x(1-x)). A015565 may be retrieved through the mapping g(x)->g(xc(x)), where c(x) is the g.f. of A000108. %H A099322 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (7,1,-16,8). %F A099322 G.f.: x(1-x)/(1-7x-x^2+16x^3-8x^4); %F A099322 a(n) = 7a(n-1) + a(n-2) - 16a(n-3) + 8a(n-4); %F A099322 a(n) = Sum_{k=0..floor(n/2)} binomial(n-k, k)*(-1)^k*J(3n-3k)/J(3). %F A099322 a(n) = Sum_{k=0..n} A109466(n,k)*A015565(k). - _Philippe Deléham_, Oct 30 2008 %t A099322 LinearRecurrence[{7,1,-16,8},{0,1,6,43},30] (* _Harvey P. Dale_, Jul 19 2016 *) %Y A099322 Cf. A001045. %K A099322 easy,nonn %O A099322 0,3 %A A099322 _Paul Barry_, Nov 17 2004