A view is a logical table based on a table or another view. A view contain no data itself but it is LIKE a WINDOW through which data from tables can be views and changed.
A sequence is a USER created database OBJECT that can be shared by multiple user to generate unique integers.