answered 11 years ago
Try this:
points([(n,1/n) for n in range(1,101)])
You can use list_plot as well.
list_plot