A032098 "BHK" (reversible, identity, unlabeled) transform of 3,3,3,3,...
3, 6, 21, 87, 363, 1491, 6051, 24387, 97923, 392451, 1571331, 6288387, 25159683, 100651011, 402628611, 1610563587, 6442352643, 25769607171, 103078821891, 412316073987, 1649265868803, 6597066620931
Offset: 1
Keywords
Examples
From _Petros Hadjicostas_, May 20 2018: (Start) According to C. G. Bower, in his website above, we have boxes of different colors and sizes (the size of the box is determined by the number of balls it can hold). Since c(n) = 3 for all n >= 1, each box can have one of three colors, say A, B or C. Then a(n) = BIK(c(n): n >= 1)(n) = number of ways we can have boxes on a line such that the total number of balls is n and the array of boxes is reversible but not palindromic (with the exception when having only one box on the line). Hence, for n=1, the a(1) = 3 possible arrays are 1_A, 1_B, and 1_C. For n=2, the a(2) = 6 possible arrays for the boxes are 2_A, 2_B, 2_C, 1_A 1_B, 1_A 1_C, 1_B 1_C. For n=3, the a(3) = 21 possible arrays for the boxes are: 3_A, 3_B, 3_C (one box on the line); 1_A 2_A, 1_A 2_B, 1_A 2_C, 1_B 2_A, 1_B 2_B, 1_B 2_C, 1_C 2_A, 1_C 2_B, 1_C 2_C (two boxes on the line); 1_A 1_A 1_B, 1_A 1_A 1_C, 1_A 1_B 1_B, 1_A 1_B 1_C, 1_A 1_C 1_B, 1_A 1_C 1_C, 1_B 1_B 1_B, 1_B 1_B 1_C, 1_B 1_C 1_C (three boxes on the line). (End)
Links
- C. G. Bower, Transforms (2)
Formula
Conjecture: a(n) = 3 * (2^(2*n-3) - 2^(n-2) + 1). - Ralf Stephan, Sep 11 2003
From Colin Barker, Sep 22 2012: (Start)
Conjecture: a(n) = 7*a(n-1) - 14*a(n-2) + 8*a(n-3).
G.f.: 3*x*(1-5*x+7*x^2)/((1-x)*(1-2*x)*(1-4*x)). (End)
Comments