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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A000169 Number of labeled rooted trees with n nodes: n^(n-1).
(Formerly M1946 N0771)
135
1, 2, 9, 64, 625, 7776, 117649, 2097152, 43046721, 1000000000, 25937424601, 743008370688, 23298085122481, 793714773254144, 29192926025390625, 1152921504606846976, 48661191875666868481, 2185911559738696531968, 104127350297911241532841, 5242880000000000000000000 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Also the number of connected transitive subtree acyclic digraphs on n vertices. - Robert Castelo (rcastelo(AT)imim.es), Jan 06 2001

For any given integer k a(n) is also is the number of functions from {1,2,...,n} to {1,2,...,n} such that the sum of the function values is k mod n. - Sharon Sela (sharonsela(AT)hotmail.com), Feb 16 2002

The n-th term of a geometric progression with first term 1 and common ratio n: a(1) = 1 -> 1,1,1,1,... a(2) = 2 -> 1,2,... a(3) = 9 -> 1,3,9,... a(4) = 64 -> 1,4,16,64,... - Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Mar 25 2004

All rational solutions to the equation x^y = y^x, with x < y, are given by x = A000169(n+1)/A000312(n), y = A000312(n+1)/A007778(n), where n = 1, 2, 3, ... . - Nick Hobson Nov 30 2006

a(n+1) is also the number of partial functions on n labeled objects. - Franklin T. Adams-Watters, Dec 25 2006

In other words, if A is a finite set of size n-1, then a(n) is the number of binary relations on A that are also functions. Note that a(n) = sum(binomial(n-1,k)*(n-1)^k, k=0..n-1)=n^(n-1), where binomial(n-1,k) is the number of ways to select a domain D of size k from A and (n-1)^k is the number of functions from D to A. [From Dennis P. Walsh,  April 21 2011]

More generally, consider the class of sequences of the form a(n)=[n*c(1)*...*c(i)]^(n-1). This sequence has c(1)=1. A052746 has a(n) = [2*n]^(n-1), A052756 has a(n)=[3*n]^(n-1),A052764 has a(n)=[4*n]^(n-1), A052789 has a(n)=[5*n]^(n-1). These sequences have a combinatorial structure like simple grammars. - Ctibor O. ZIZKA, Feb 23 2008

a(n) is equal to the logarithmic transform of the sequence b(n) = n^(n-2) starting at b(2). [From Kevin Hu (10thsymphony(AT)gmail.com), Aug 23 2010]

Also, number of labeled connected multigraphs of order n without cycles except one loop. See link below to have a picture showing the bijection between rooted trees and multigraphs of this kind. (Note that there are no labels in the picture, but the bijection remains true if we label the nodes.) [From W. Bomfim, Sep 04 2010]

a(n) is also the number of functions f:{1,2,...,n} -> {1,2,...,n} such that f(1) = 1.

For a signed version of A000169 arising from the Vandermonde determinant of (1,1/2,...,1/n), see the Mathematica section.  [From Clark Kimberling, Jan 02 2012]

REFERENCES

P. J. Cameron and P. Cara, Independent generating sets and geometries for symmetric groups, J. Algebra, Vol. 258, no. 2 (2002), 641-650.

R. Castelo and A. Siebes, A characterization of moral transitive acyclic directed graph Markov models as labeled trees, J. Statist. Planning Inference, 115(1):235-259, 2003.

J. L. Gross and J. Yellen, eds., Handbook of Graph Theory, CRC Press, 2004; p. 524.

Hannes Heikinheimo, Heikki Mannila and Jouni K. Seppnen, Finding Trees from Unordered 01 Data, in Knowledge Discovery in Databases: PKDD 2006, Lecture Notes in Computer Science, Volume 4213/2006, Springer-Verlag. [From N. J. A. Sloane, Jul 09 2009]

Clifford A. Pickover, A Passion for Mathematics, Wiley, 2005; see p. 63.

J. Riordan, An Introduction to Combinatorial Analysis, Wiley, 1958, p. 128.

N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

R. P. Stanley, Enumerative Combinatorics, Cambridge, Vol. 2, 1999; see page 25, Prop. 5.3.2.

LINKS

N. J. A. Sloane, Table of n, a(n) for n = 1..100

David Callan, A Combinatorial Derivation of the Number of Labeled Forests, J. Integer Seqs., Vol. 6, 2003.

R. Castelo and A. Siebes, A characterization of moral transitive directed acyclic graph Markov models as trees, Technical Report CS-2000-44, Faculty of Computer Science, University of Utrecht.

N. Hobson, Exponential equation.

INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 67

F. Ruskey, Information on Rooted Trees

N. J. A. Sloane, Illustration of initial terms

Eric Weisstein's World of Mathematics, Graph Vertex

D. Zvonkine, An algebra of power series...

Index entries for sequences related to rooted trees

Index entries for sequences related to trees

Index entries for "core" sequences

W. Bomfim, Bijection between rooted forests and multigraphs without cycles except one loop in each connected component. [From W. Bomfim, Sep 04 2010]

FORMULA

The e.g.f. T(x) = Sum_{n=1..infinity} n^(n-1)*x^n/n! satisfies T(x) = x*exp(T(x)), so T(x) is the functional inverse (series reversion) of x*exp(-x).

Also T(x) = -LambertW(-x) where W(x) is the principal branch of Lambert's function.

T(x) is sometimes called Euler's tree function.

a(n) = A000312(n-1)*A128434(n,1)/A128433(n,1). - Reinhard Zumkeller, Mar 03 2007

E.g.f.: LambertW(x)=x*G(0) ; G(k)= 1 - x*((2*k+2)^(2*k))/(((2*k+1)^(2*k)) - x*((2*k+1)^(2*k))*((2*k+3)^(2*k+1))/(x*((2*k+3)^(2*k+1)) - ((2*k+2)^(2*k+1))/G(k+1))) ; (continued fraction  ). - Sergei N. Gladkovskii, Dec 30 2011

EXAMPLE

For n=3, a(3)=9 because there are exactly 9 binary relations on A={1, 2} that are functions, namely: {}, {(1,1)}, {(1,2)}, {(2,1)}, {(2,2)}, {(1,1),(2,1)}, {(1,1),(2,2)}, {(1,2),(2,1)} and {(1,2),(2,2)}. [From Dennis P. Walsh, April 21 2011]

MAPLE

A000169 := n-> n^(n-1);

spec := [A, {A=Prod(Z, Set(A))}, labeled]; [seq(combstruct[count](spec, size=n), n=1..20)];

Contribution from Thomas Wieder, Feb 07 2010: (Start)

for n to 7 do ST := [seq(seq(i, j = 1 .. n), i = 1 .. n)]; PST := powerset(ST);

Result[n] := nops(PST) end do; seq(Result[n], n = 1 .. 7); (End)

MATHEMATICA

Table[n^(n - 1), {n, 1, 20}] - Stefan Steinerberger, Apr 01 2006

Range[0, 18]! CoefficientList[ Series[ Exp[ Log[1 - LambertW[-x]]], {x, 0, 18}], x] (* RGWv *)

(* Next, a signed version A000169 from the Vandermonde determinant of (1, 1/2, ..., 1/n) *)

f[j_] := 1/j; z = 12;

v[n_] := Product[Product[f[k] - f[j], {j, 1, k - 1}], {k, 2, n}]

Table[v[n], {n, 1, z}]

1/%  (* A203421 *)

Table[v[n]/v[n + 1], {n, 1, z - 1}]  (* A000169 signed *)

(* Clark Kimberling, Jan 02 2012 *)

PROG

(PARI) a(n)=if(n<1, 0, n^(n-1))

(Mupad) n^(n-1) $ n=1..20 - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 01 2007

(PARI) a(n)=n^(n-1);

(PARI) /* Computation via e.g.f. by series reversion of x*exp(-x): */

N=66; x='x+O('x^N); /* that many terms */

Vec(serlaplace(serreverse(x*exp(-x)))) /* show terms */

/* Joerg Arndt, May 25 2011 */

CROSSREFS

Cf. A000055, A000081, A000272, A000312, A007778, A007830, A008785-A008791, A055860.

See also A053506-A053509.

Cf. A002061.

Cf. A052746, A052756, A052764, A052789.

Sequence in context: A036777 A055860 A152917 * A112319 A038038 A048801

Adjacent sequences:  A000166 A000167 A000168 * A000170 A000171 A000172

KEYWORD

easy,core,nonn,nice,changed

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 9 00:19 EST 2012. Contains 205166 sequences.