Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A006871
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A006871 Exponentiation of g.f. for rooted trees. +0
1
1, 2, 6, 22, 95, 470, 2618, 16159, 109177, 799959, 6309111, 53230208, 477941835, 4546562149, 45646689381, 482052312792, 5338922526947, 61851205026759, 747755335385701, 9413952961001366, 123184994320876476 (list; graph; listen)
OFFSET

0,2

LINKS

Index entries for sequences related to rooted trees

MAPLE

b:= proc(n) option remember; if n<=1 then n else add(k*b(k)* s(n-1, k), k=1..n-1)/(n-1) fi end: s:= proc(n, k) option remember; add(b(n+1-j*k), j=1..iquo(n, k)) end: B:= proc(n) option remember; unapply (add (b(k)*x^k/k!, k=1..n), x) end: a:= n-> coeff (series (exp(B(n+1)(x)), x=0, n+2) , x, n+1)*(n+1)!: seq (a(n), n=0..20); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Aug 22 2008]

CROSSREFS

Cf. A000081.

Sequence in context: A049526 A093793 A087959 this_sequence A130907 A054096 A006183

Adjacent sequences: A006868 A006869 A006870 this_sequence A006872 A006873 A006874

KEYWORD

nonn

AUTHOR

njas

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 30 22:12 EST 2008. Contains 150989 sequences.


AT&T Labs Research