|
Search: id:A095698
|
|
|
| A095698 |
|
Number of permutations of {1,2,3,...,n} where, for 1 < i <= n, the i-th number has maximized sum of the i-1 absolute differences from all previous numbers of the permutation. |
|
+0 1
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Another variant of A095236: Here each phone after the first selected (which can still be any) is chosen such that the total distance in the normal sense from the chosen phone to all previously-chosen phones in the row is maximized. (Equivalently, the average distance is maximized.) Another space- or privacy-conscious selection strategy. Are there any applications of this sequence to phyllotaxy? Gregarious (or eavesdropping) strategy: If, instead, the total (average) distance is minimized, the sequence generated is 1,2,4,8,16,32,64,128,256,512,...., apparently the nonnegative powers of 2.
|
|
FORMULA
|
a(1) = 1; Conjectured: For k >= 1, a(2k) = a(2k-1) + 2^(k-1) and a(2k+1) = 2*a(2k-1) + a(2k) (needs proof or a reference).
|
|
EXAMPLE
|
a(4)=6 as these six permutations of {1,2,3,4} are counted (as in A095236(4)): (1,4,2,3), (1,4,3,2), (2,4,1,3), (3,1,4,2), (4,1,2,3) and (4,1,3,2).
In particular, (2,4,3,1) and (3,1,2,4), counted in A095236(4), are not counted here.
|
|
CROSSREFS
|
Cf. A095236.
Sequence in context: A027712 A138307 A124693 this_sequence A064409 A032353 A062112
Adjacent sequences: A095695 A095696 A095697 this_sequence A095699 A095700 A095701
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Rick L. Shepherd (rshepherd2(AT)hotmail.com), Jul 06 2004
|
|
|
Search completed in 0.002 seconds
|