A223094 Number of foldings of n labeled stamps in which leaf n is inwards.
0, 0, 2, 6, 26, 78, 288, 888, 3130, 9850, 34112, 108998, 374636, 1211046, 4148816, 13533796, 46304730, 152153758, 520434552, 1720325302, 5885686496, 19552190624, 66927118548, 223264746520, 764725528072, 2560239468774, 8775478294368, 29470844083770
Offset: 1
Keywords
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.
- Index entries for sequences obtained by enumerating foldings
Programs
-
Mathematica
A000682 = Import["https://oeis.org/A000682/b000682.txt", "Table"][[All, 2]]; a[n_] := n A000682[[n]] - A000682[[n + 1]]; Array[a, 43] (* Jean-François Alcover, Sep 02 2019 *)
Formula
For n >= 3: a(n) = n! - Sum_{k=3..n-1} (a(k)*n!/k!) - A000682(n+1). - Roger Ford, Aug 24 2024
Extensions
More terms from Stéphane Legendre, Apr 09 2013
Comments