Dude. Stdev is just the mean divided by the number of items. Or divided by (number of items minus one) when the number is less than twenty.
...
your list of numbers: 1, 3, 4, 6, 9, 19
mean: (1+3+4+6+9+19) / 6 = 42 / 6 = 7
list of deviations: -6, -4, -3, -1, 2, 12
squares of...