login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A129585 Number of labeled connected bi-point-determining graphs (see A129583). 5
1, 0, 0, 12, 252, 12312, 1061304, 170176656, 51134075424, 29204599254624, 32130964585236096, 68873851786953047040, 290164895151435531345024, 2417786648013402212500060416, 40014055814155246577685250570752 (list; graph; refs; listen; history; internal format)
OFFSET

1,4

COMMENTS

The calculation of connected bi-point-determining graphs is carried out by examining the connected components of bi-point-determining graphs. For more details, see reference.

REFERENCES

I. Gessel and J. Li, On Point-Determining Graphs, arXiv:0705.0042

LINKS

Ira Gessel, Ji Li, On Point-Determining Graphs, arXiv:0705.0042

FORMULA

E.g.f.: x+ln(Sum(2^binomial(n,2)*(2*ln(1+x)-x)^n/n!,n=0..infinity)/(1+x)). - Goran Kilibarda, Vladeta Jovovic (vladeta(AT)eunet.rs), May 09 2007

MATHEMATICA

max = 15; f[x_] := x + Log[ Sum[ 2^Binomial[n, 2]*((2*Log[1 + x] - x)^n/n!), {n, 0, max}]/(1 + x)]; A129585 = Drop[ CoefficientList[ Series[ f[x], {x, 0, max}], x]*Range[0, max]!, 1](* From Jean-François Alcover, Jan 13 2012, after e.g.f. *)

CROSSREFS

Cf. graphs: labeled A006125, unlabeled A000568; connected graphs: labeled A001187, unlabeled A001349; point-determining graphs: labeled A006024, unlabeled A004110; connected point-determining graphs: labeled A092430, unlabeled A004108; connected co-point-determining graphs: labeled A079306, unlabeled A004108; bi-point-determining graphs: labeled A129583, unlabeled A129584; connected bi-point-determining graphs: labeled A129585, unlabeled A129586; phylogenetic trees: labeled A000311, unlabeled A000669.

Sequence in context: A198475 A035013 A065583 * A034672 A133285 A113091

Adjacent sequences:  A129582 A129583 A129584 * A129586 A129587 A129588

KEYWORD

nice,nonn

AUTHOR

Ji Li (vieplivee(AT)hotmail.com), May 07 2007

EXTENSIONS

More terms from Goran Kilibarda, Vladeta Jovovic (vladeta(AT)eunet.rs), May 09 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 02:51 EST 2012. Contains 205860 sequences.