This is a fun question because there are probably lots of strategies for doing this. I'll look forward to seeing other suggestions.
Assuming you want to do this interactively (as opposed to automating with JSL to do it again later) here are a couple ways.
1) Add a new numeric column. Type 1, 2, and 3 in the first three rows of your table. Then select those cells and right click on them and choose Repeat sequence to end of table.
This will create a column with a repeating 1, 2, 3. You now need to select the rows with a 2 or a 3 in them. This is easy. Select any "2" cell and any "3" cell (shift-click the second one if you need to or drag select two side by side). Right click on one of the selected cells and choose Select Matching Cells.
This will select all of the "2" rows and all of the "3" rows. Now choose Rows -> Delete Rows.
2) You could create a Row State column with a formula using the Selected State function to select every 2nd and 3rd row.
Notice that in the Rows to Delete column every 2nd and 3rd row is selected. I did this with the Modulo() function.
Now right click on the star next to the Rows to Delete column and choose Copy to Row States to select those rows in the active row state area. Now you can choose Rows -> Delete Rows.
I'm sure the Community has other ways to do this. It'll be interesting to see them.
-Jeff
-Jeff