OFFSET
0,6
COMMENTS
The number of ways that a piece of paper that's been folded in half n times can be cut and folded to make a booklet with 2^n pages. Rotations and reflections of a pattern are considered to be the same pattern.
LINKS
Matthew Scroggs, Zines.
Matthew Scroggs, Python script to generate sequence.
EXAMPLE
For n=5, there are a(5)=3 ways to fold a booklet with 2^5=32 pages. Diagrams showing these 3 ways are included at the first M. Scroggs link.
CROSSREFS
KEYWORD
nonn,hard,more
AUTHOR
Matthew Scroggs, Nov 02 2023
STATUS
approved