cp's OEIS Frontend

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.

A218182 Number of truth tables of bracketed formulas (case 1).

This page as a plain text file.
%I A218182 #19 Oct 21 2020 03:45:51
%S A218182 0,0,1,6,33,194,1198,7676,50581,340682,2335186,16237284,114255994,
%T A218182 812107412,5822171548,42052209400,305714145869,2235262899418,
%U A218182 16426616425002,121265916776148,898878250833358,6687497426512700,49920590244564484
%N A218182 Number of truth tables of bracketed formulas (case 1).
%H A218182 Volkan Yildiz, <a href="http://arxiv.org/abs/1205.5595">General combinatorical structure of truth tables of bracketed formulas connected by implication</a>, arXiv preprint arXiv:1205.5595 [math.CO], 2012.
%F A218182 Yildiz gives a g.f.
%F A218182 G.f.: ((1-8*x)^(1/2)-3)*((2+2*(1-8*x)^(1/2)+8*x)^(1/2)-2)/8. - _Mark van Hoeij_, May 16 2013
%o A218182 (PARI) my(x='x+O('x^30)); concat([0,0], Vec(((1-8*x)^(1/2)-3)*((2+2*(1-8*x)^(1/2)+8*x)^(1/2)-2)/8)) \\ _Michel Marcus_, Oct 21 2020
%Y A218182 Cf. A186997, A218045.
%K A218182 nonn
%O A218182 0,4
%A A218182 _N. J. A. Sloane_, Oct 23 2012