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.

A369284 Number of point-determining graphs on n unlabeled nodes with no isolated vertices.

This page as a plain text file.
%I A369284 #11 Jan 18 2024 18:13:34
%S A369284 1,0,1,1,4,12,66,522,7525,198389,9816493,903092383,153733197077,
%T A369284 48444061519659,28363852590188969,30996574583203962119,
%U A369284 63502062798039684795935,244852576446682783722245053,1783161675023082411226026322655,24603891461799405333437840036319801
%N A369284 Number of point-determining graphs on n unlabeled nodes with no isolated vertices.
%C A369284 Point-determining graphs are also called mating graphs. See A004110 for references.
%C A369284 The inverse Euler transform of this sequence gives A004108 except with a(1) = 0 and a(2) = 1.
%H A369284 Andrew Howroyd, <a href="/A369284/b369284.txt">Table of n, a(n) for n = 0..50</a>
%F A369284 a(n) = A004110(n) - a(n-1) for n > 0.
%F A369284 G.f.: B(x)/(1 + x) where B(x) is the g.f. of A004110.
%Y A369284 Cf. A004108, A004110 (point-determining graphs).
%K A369284 nonn
%O A369284 0,5
%A A369284 _Andrew Howroyd_, Jan 18 2024