[go: up one dir, main page]

login
Revision History for A232699 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Number of labeled point-determining bipartite graphs on n vertices.
(history; published version)
#29 by Michel Marcus at Thu Sep 13 13:20:37 EDT 2018
STATUS

reviewed

approved

#28 by Joerg Arndt at Thu Sep 13 12:50:21 EDT 2018
STATUS

proposed

reviewed

#27 by Michel Marcus at Thu Sep 13 12:21:49 EDT 2018
STATUS

editing

proposed

#26 by Michel Marcus at Thu Sep 13 12:21:38 EDT 2018
LINKS

Ira Gessel and Ji Li, <a href="http://arxiv.org/abs/0705.0042">Enumeration of point-determining graphs</a>, arXiv:0705.0042 [math.CO], 2007-2009.

Andy Hardt, Pete McNeely, Tung Phan, and Justin M. Troyka, <a href="http://arxiv.org/abs/1312.0542">Combinatorial species and graph enumeration</a>, arXiv:1312.0542 [math.CO], 2013.

STATUS

proposed

editing

#25 by Jean-François Alcover at Thu Sep 13 12:19:12 EDT 2018
STATUS

editing

proposed

#24 by Jean-François Alcover at Thu Sep 13 12:19:07 EDT 2018
MATHEMATICA

terms = 20;

CoefficientList[Sqrt[Sum[((1+x)^2^k Log[1+x]^k)/k!, {k, 0, terms}]] + O[x]^terms, x] Range[0, terms-1]! (* Jean-François Alcover, Sep 13 2018, after Andrew Howroyd *)

STATUS

approved

editing

#23 by OEIS Server at Sun Sep 09 18:56:53 EDT 2018
LINKS

Andrew Howroyd, <a href="/A232699/b232699_2.txt">Table of n, a(n) for n = 0..100</a> (terms 0..20 from Justin M. Troyka)

#22 by Alois P. Heinz at Sun Sep 09 18:56:53 EDT 2018
STATUS

proposed

approved

Discussion
Sun Sep 09
18:56
OEIS Server: Installed new b-file as b232699.txt.  Old b-file is now b232699_2.txt.
#21 by Andrew Howroyd at Sun Sep 09 17:38:03 EDT 2018
STATUS

editing

proposed

#20 by Andrew Howroyd at Sun Sep 09 17:37:18 EDT 2018
FORMULA

a(n) = Sum_{k=0..n} Stirling1(n,k)*A047864(k) for n > 0.

STATUS

proposed

editing

Discussion
Sun Sep 09
17:38
Andrew Howroyd: I probably don't need to qualify the a(n) formula with > 0 then.