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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A055897 n*(n-1)^(n-1). 3
1, 2, 12, 108, 1280, 18750, 326592, 6588344, 150994944, 3874204890, 110000000000, 3423740047332, 115909305827328, 4240251492291542, 166680102383370240, 7006302246093750000, 313594649253062377472 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Total number of leaves in all labeled rooted trees with n nodes.

Number of endofunctions of [n] such that no element of [n-1] is fixed. E.g. a(3)=12: 123 -> 331, 332, 333, 311, 312, 313, 231, 232, 233, 211, 212, 213.

Number of functions f: {1, 2, ..., n} --> {1, 2, ..., n} such that f(1) != f(2), f(2) != f(3), ..., f(n-1) != f(n). - Warut Roonguthai (warut822(AT)yahoo.com), May 06 2006

Determinant of the matrix n X n :

((2n,n^2,0,...,0), (1,2n,n^2,0,...,0), (0,1,2n,n^2,0,...,0),..., (0,...,0,1,2n))

- Michel Lagneau (mn.lagneau2(AT)orange.fr), May 04 2010.

LINKS

F. Ellermann, Illustration of binomial transforms

Index entries for sequences related to rooted trees

FORMULA

E.g.f.: x/(1-T), where T=T(x) is Euler's tree function (see A000169).

a(n) = sum{k=1 to n} (A055302(n, k)*k).

a(n) = the n-th term of the (n-1)-th binomial transform of {1, 1, 4, 18, 96, .., (n-1)*(n-1)!, ..} (cf. A001563); a(n) = (n-1)^(n-1) + sum_{i=2..n} (n-1)^(n-i)*C(n-1, i-1)*(i-1)*(i-1)!). - Paul D. Hanna (pauldhanna(AT)juno.com), Nov 17 2003

MATHEMATICA

Join[{1}, Table[n (n-1)^(n-1), {n, 2, 20}]] (* From Harvey P. Dale, Jul 18 2011 *)

CROSSREFS

Cf. A003227, A003228, A055314, A055540, A055541, A060226, A118537.

Sequence in context: A184975 A080446 A177409 * A052563 A194786 A179493

Adjacent sequences:  A055894 A055895 A055896 * A055898 A055899 A055900

KEYWORD

nonn

AUTHOR

Christian G. Bower (bowerc(AT)usa.net), Jun 12 2000

EXTENSIONS

Additional comments from Vladeta Jovovic (vladeta(AT)eunet.rs), Mar 31 2001 and Len Smiley (smiley(AT)math.uaa.alaska.edu), Dec 11 2001

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 15 03:22 EST 2012. Contains 205694 sequences.