OFFSET
1,3
COMMENTS
Subset of foldings of n labeled stamps (A000136). [Stéphane Legendre, Apr 09 2013]
From Roger Ford, Aug 23 2024: (Start)
a(n) represents the number of impossible stamp foldings with stamp 1 on top and n+1 stamps that are correctly folded for the first n stamps. From stamp n to stamp n+1 the stamp connection crosses a folding so the foldiong is impossible.
Example a(3) = 2. Impossible foldings = 1,3,2,4 and 1,4,2,3.
1 ____ 1 ____
Stamp numbers 3 ____|__ Verical Lines 4 ____|__
2 |___| | lines are folds 2 ____| |
4 _______| 3 |_____|
a(4) = 6 and that means for 5 stamps there are 6 impossible foldings with the first impossible folding occurring from stamp 4 to stamp 5. Impossible foldings = 1,2,4,3,5; 1,2,5,3,4; 1,3,4,2,5; 1,4,3,5,2; 1,5,2,4,3; 1,5,3,4,2. (End)
LINKS
Stéphane Legendre, Table of n, a(n) for n = 1..43
Stéphane Legendre, Foldings and Meanders, arXiv preprint arXiv:1302.2025 [math.CO], 2013.
FORMULA
For n >= 3: a(n) = n! - Sum_{k=3..n-1} (a(k)*n!/k!) - A000682(n+1). - Roger Ford, Aug 24 2024
MATHEMATICA
Array[a, 43] (* Jean-François Alcover, Sep 02 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Mar 29 2013
EXTENSIONS
More terms from Stéphane Legendre, Apr 09 2013
STATUS
approved