login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A038061 a(n) = 3^n*n^(n-1). 2
3, 18, 243, 5184, 151875, 5668704, 257298363, 13759414272, 847288609443, 59049000000000, 4594736955793347, 394865111526801408, 37144672966729275363, 3796313155316599873536, 418886580596209716796875
(list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Labeled rooted trees with 3-colored nodes.
LINKS
FORMULA
E.g.f. B(3x) where B(x) is e.g.f. of A000169.
MAPLE
A038061:=n->3^n*n^(n-1): seq(A038061(n), n=1..20); # Wesley Ivan Hurt, Feb 13 2017
MATHEMATICA
Table[3^n n^(n-1), {n, 20}] (* Harvey P. Dale, Aug 24 2012 *)
CROSSREFS
Sequence in context: A265460 A137223 A159640 * A232916 A327231 A279490
KEYWORD
nonn
AUTHOR
Christian G. Bower, Jan 04 1999
EXTENSIONS
New description from Vladeta Jovovic, Mar 08 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 18 19:41 EDT 2024. Contains 376002 sequences. (Running on oeis4.)