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.
%I A006678 M4232 #29 Jan 08 2025 09:31:04 %S A006678 0,1,1,6,39,390,4815,73080,1304415,26847450,625528575,16279193700, %T A006678 468022452975,14731683916950,503880434632575,18609309606888000, %U A006678 738057377647965375,31286068076704691250,1411602439003747365375,67543694966494692445500,3416288904242387117319375 %N A006678 Number of planted binary phylogenetic trees with n labels. %D A006678 Foulds, L. R.; Robinson, R. W. Enumeration of binary phylogenetic trees. Combinatorial mathematics, VIII (Geelong, 1980), pp. 187-202, Lecture Notes in Math., 884, Springer, Berlin-New York, 1981. Math. Rev. 83a:05071. %D A006678 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence). %H A006678 L. R. Foulds and R. W. Robinson, <a href="/A006677/a006677.pdf">Enumeration of binary phylogenetic trees</a>, pp. 187-202, Lecture Notes in Math., 884, Springer, Berlin-New York, 1981. (Annotated scanned copy) %H A006678 Plouffe, Simon, <a href="https://arxiv.org/abs/0911.4975">Master's Thesis</a>, Uqam, 1992. %H A006678 <a href="/index/Ro#rooted">Index entries for sequences related to rooted trees</a> %H A006678 <a href="/index/Tra#trees">Index entries for sequences related to trees</a> %F A006678 E.g.f.: -(-1+(1-2*x-2*x^2)^(1/2))/(1+x), Simon Plouffe in his Master's Thesis, Uqam 1992. %F A006678 a(n) ~ sqrt(6-2*sqrt(3)) * (1+sqrt(3))^(n-1) * n^(n-1) / exp(n). - _Vaclav Kotesovec_, Oct 01 2013 %t A006678 CoefficientList[Series[-(-1+(1-2*x-2*x^2)^(1/2))/(1+x), {x, 0, 20}], x]* Range[0, 20]! (* _Vaclav Kotesovec_, Oct 01 2013 *) %K A006678 nonn %O A006678 0,4 %A A006678 _N. J. A. Sloane_, _Simon Plouffe_