Talk:List rooted trees: Difference between revisions

From Rosetta Code
Content added Content deleted
(Question about enumerating ways to nest)
 
m (Remove incorrect header template use and add a pseudo signature for previous edit.)
 
Line 1: Line 1:
=={{header|Definition of ways to nest}}==
==Definition of ways to nest==
If I understand correctly, OEIS A81 lists the number of unique ways n bags can be nested, eg 9 for 5 bags. The task description states "As an example output, run 5 bags. There should be 12 ways.". In addition, "( () (()) () )" is considered different from "( (()) () () )". Please explain.
If I understand correctly, OEIS A81 lists the number of unique ways n bags can be nested, eg 9 for 5 bags. The task description states "As an example output, run 5 bags. There should be 12 ways.". In addition, "( () (()) () )" is considered different from "( (()) () () )". Please explain.

--[[User:Craigd|CraigD]] ([[User talk:Craigd|talk]]) 12:59, 20 August 2015‎ (UTC)

Latest revision as of 15:51, 10 July 2018

Definition of ways to nest

If I understand correctly, OEIS A81 lists the number of unique ways n bags can be nested, eg 9 for 5 bags. The task description states "As an example output, run 5 bags. There should be 12 ways.". In addition, "( () (()) () )" is considered different from "( (()) () () )". Please explain.

--CraigD (talk) 12:59, 20 August 2015‎ (UTC)