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.

A218093 Number of transitive reflexive early confluent binary relations R on n labeled elements with max_{x}(|{y : xRy}|) = 3.

This page as a plain text file.
%I A218093 #7 Mar 12 2015 17:02:41
%S A218093 13,106,1105,12075,141533,1812216,25188019,378725365,6135529675,
%T A218093 106586385708,1976799958367,38978490654831,814024466784025,
%U A218093 17943457752971680,416183933276776375,10128962147830237953,258021086313431979827,6863916836407264864380
%N A218093 Number of transitive reflexive early confluent binary relations R on n labeled elements with max_{x}(|{y : xRy}|) = 3.
%C A218093 R is early confluent iff (xRy and xRz) implies (yRz or zRy) for all x, y, z.
%D A218093 A. P. Heinz (1990). Analyse der Grenzen und Möglichkeiten schneller Tableauoptimierung. PhD Thesis, Albert-Ludwigs-Universität Freiburg, Freiburg i. Br., Germany.
%H A218093 Alois P. Heinz, <a href="/A218093/b218093.txt">Table of n, a(n) for n = 3..200</a>
%F A218093 E.g.f.: exp(x*exp(x*exp(x)+x^2/2)+x^2/2*exp(x)+x^3/6)-exp(x*exp(x)+x^2/2).
%F A218093 a(n) = A210911(n) - A135312(n).
%p A218093 egf:= exp(x*exp(x*exp(x)+x^2/2)+x^2/2*exp(x)+x^3/6)-exp(x*exp(x)+x^2/2):
%p A218093 a:= n-> n!* coeff(series(egf, x, n+1), x, n):
%p A218093 seq(a(n), n=3..30);
%Y A218093 Column k=3 of A135313.
%K A218093 nonn
%O A218093 3,1
%A A218093 _Alois P. Heinz_, Oct 20 2012