The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A126184 Number of hex trees with n edges and having no nonroot nodes of outdegree 2. 2
1, 3, 10, 33, 108, 351, 1134, 3645, 11664, 37179, 118098, 373977, 1180980, 3720087, 11691702, 36669429, 114791256, 358722675, 1119214746, 3486784401, 10847773692, 33705582543, 104603532030, 324270949293, 1004193907488 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
A hex tree is a rooted tree where each vertex has 0, 1, or 2 children and, when only one child is present, it is either a left child, or a middle child, or a right child (name due to an obvious bijection with certain tree-like polyhexes; see the Harary-Read reference).
LINKS
F. Harary and R. C. Read, The enumeration of tree-like polyhexes, Proc. Edinburgh Math. Soc. (2) 17 (1970), 1-13.
FORMULA
a(n) = A126183(n,0).
a(n) = (n+8)*3^(n-2) for n >= 1; a(0)=1.
G.f.: (1-3z+z^2)/(1-3z)^2.
From Paul Curtz, Mar 27 2022: (Start)
a(n+1) = 3*a(n) + A140429(n), for n >= 0; a(0)=1.
Binomial transform of A172481(n) for n >= 0.
Also, with a different offset, the binomial transform of A045891(n+2) for n >= 0. (End)
MAPLE
1, seq(3^(n-2)*(n+8), n=1..28);
CROSSREFS
Cf. A126183.
Sequence in context: A120897 A077825 A049219 * A292397 A060557 A018920
KEYWORD
nonn
AUTHOR
Emeric Deutsch, Dec 19 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 June 7 22:01 EDT 2024. Contains 373206 sequences. (Running on oeis4.)