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.

A007833 Number of point-labeled reduced two-graphs with n nodes.

This page as a plain text file.
%I A007833 #17 Apr 29 2019 16:36:57
%S A007833 1,0,1,1,28,448,18788,1419852,207249896,58206408344,31725488477648,
%T A007833 33830818147141904,71068681534173472576,295648155633330113713344,
%U A007833 2444510010072634827916776064,40269686339597630128483872278656,1323732128140903183968664175047409152
%N A007833 Number of point-labeled reduced two-graphs with n nodes.
%C A007833 Also number of (n-1)-node labeled mating graphs without isolated nodes, cf. A006024. - _Vladeta Jovovic_, Mar 23 2004
%H A007833 Michael De Vlieger, <a href="/A007833/b007833.txt">Table of n, a(n) for n = 1..83</a>
%H A007833 P. J. Cameron, <a href="http://www.combinatorics.org/Volume_2/volume2.html#R4">Counting two-graphs related to trees</a>, Elec. J. Combin., Vol. 2, #R4.
%F A007833 a(n) = Sum_{k=1..n} s(n, k) * 2^((k-1) * (k-2) / 2) where s(n, k) are the Stirling numbers of the first kind. - _Sean A. Irvine_, Feb 03 2018
%t A007833 Array[Sum[StirlingS1[#, k] 2^((k - 1) (k - 2)/2), {k, #}] &, 15] (* _Michael De Vlieger_, Feb 03 2018 *)
%Y A007833 Cf. A092430 (connected).
%K A007833 nonn
%O A007833 1,5
%A A007833 _Peter J. Cameron_