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.

A071212 Number of labeled cyclic trees with n nodes such that the root is smaller than all its children.

This page as a plain text file.
%I A071212 #2 Feb 19 2004 03:00:00
%S A071212 1,4,28,286,3848,64198,1277400,29507784,775826832,22869156168,
%T A071212 746817076080,26758697374176,1043610018593088,44007103062886416,
%U A071212 1994973101346054144,96747604119630501120,4997654990315699224320
%N A071212 Number of labeled cyclic trees with n nodes such that the root is smaller than all its children.
%D A071212 C. Chauve, S. Dulucq and O. Guibert, Enumeration of some labeled trees, research report RR-1226-99, LaBRI, Bordeaux I University, 1999.
%p A071212 n -> sum((n! / (n-k)!) * (-1)^(n-1-k) * stirling1(n-1, k), k=0..n) - sum(((n-2)! / (n-1-k)!) * (-1)^(n-k) * stirling1(n, k), k=0..n-1);
%Y A071212 Cf. A000312.
%K A071212 easy,nonn
%O A071212 2,2
%A A071212 Cedric Chauve (chauve(AT)lacim.uqam.ca), May 16 2002