Running "seq -s, 1 3" on coreutils 8.20 gives the output

  1
  2,3,

Running "seq -s, 1 3" on coreutils 8.13 gives the output

  1,2,3

I prefer the latter output.