A078602
Number of ways to lace a shoe that has n pairs of eyelets.
Original entry on oeis.org
1, 2, 21, 601, 34278, 3144357, 421928841, 77832868334
Offset: 1
a(3) = 21: label the eyelets 1,2,3 from front to back on the left side then 4,5,6 from back to front on the right side. The lacings are: 124356 154326 153426 142536 145236 132546 135246 together with the following lacings and their mirror images: 125346 124536 125436 152346 153246 152436 154236.
A078700
Number of symmetric ways to lace a shoe that has n pairs of eyelets such that each eyelet has at least one direct connection to the opposite side.
Original entry on oeis.org
1, 2, 6, 30, 192, 1560, 15120, 171360, 2217600, 32296320, 522547200, 9300614400, 180583603200, 3798482688000, 86044973414400, 2088355965696000, 54064489070592000, 1487129136869376000, 43312058119249920000
Offset: 1
a(3) = 6: label the eyelets 1,2,3 from front to back on the left side then 4,5,6 from back to front on the right side. The symmetric lacings are: 124356 154326 153426 142536 145236 135246.
-
ZL:=[S, {a = Atom, b = Atom, S = Prod(X,Sequence(Prod(X,b))), X = Sequence(b,card <= 1)}, labelled]: seq(combstruct[count](ZL, size=n), n=0..18); # Zerinvary Lajos, Mar 26 2008
-
Table[Fibonacci[n + 1]*(n - 1)!, {n, 1, 19}] (* Zerinvary Lajos, Jul 09 2009 *)
-
(define (A078700 n) (* (A000142 (- n 1)) (A000045 (+ n 1)))) ;; Antti Karttunen, Jan 02 2007
A078675
Number of ways to lace a shoe that has n pairs of eyelets.
Original entry on oeis.org
1, 2, 14, 322, 17314, 1573952, 210985926, 38916737688
Offset: 1
a(3) = 14: label the eyelets 1,2,3 from front to back on the left side then 4,5,6 from back to front on the right side. The lacings are: 124356 154326 153426 142536 145236 132546 135246 125346 124536 125436 152346 153246 152436 154236.
Showing 1-3 of 3 results.
Comments