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 A114935 #10 Dec 17 2022 08:25:51 %S A114935 0,1,6,44,332,2476,18136,130824,933372,6610676,46603616,327603904, %T A114935 2298933412,16115938476,112906938696,790735321784,5536710117452, %U A114935 38763269947876,271368229299376,1899679393564464,13298164198917492 %N A114935 Number of connected (3,n)-hypergraphs (without empty edges). %H A114935 G. C. Greubel, <a href="/A114935/b114935.txt">Table of n, a(n) for n = 0..1000</a> %H A114935 Goran Kilibarda and Vladeta Jovovic, <a href="https://arxiv.org/abs/1411.4187">Enumeration of some classes of T_0-hypergraphs</a>, arXiv:1411.4187 [math.CO], 2014. %F A114935 E.g.f.: (1/3!)*(exp(7*x) -3*exp(4*x) +5*exp(3*x) -3*exp(2*x) +2*exp(x) - 2). %t A114935 With[{nmax = 50}, CoefficientList[Series[(1/3!)*(Exp[7*x] - 3*Exp[4*x] + 5*Exp[3*x] - 3*Exp[2*x] + 2*Exp[x] - 2), {x, 0, nmax}], x] Range[0, nmax]!] (* _G. C. Greubel_, Oct 07 2017 *) %o A114935 (PARI) x='x+O('x^50); concat([0], Vec(serlaplace((1/3!)*(exp(7*x) -3*exp(4*x) +5*exp(3*x) -3*exp(2*x) +2*exp(x) - 2)))) \\ _G. C. Greubel_, Oct 07 2017 %Y A114935 Cf. A002501, A002502, A093732, A093732, A093733, A114934, A114936, A114937. %K A114935 easy,nonn %O A114935 0,3 %A A114935 Goran Kilibarda and _Vladeta Jovovic_, Jan 08 2006