From the beginning, the next term comes by adding prime numbers in a sequence of 2, 3, 5, 7, 9, 11, 13... to its previous term. But 165 will not be in the series as it must be replaced by 166 since 153+13 = 166.
As per the BODMAS rule, the priority in which the operations should be done is:
Priority wise operations
Symbol
B-Bracket
()
O-of
of
D-Division
/,÷
M-Multiplication
*,x
A-Addition
+
S-Subtraction
-
Note: Addition and subtraction can be treated on same priority (from left to right) when they are in consecutive order. ? = 1234 + 2345 – 3456 + 4567 ? = 3579 - 3456 + 4567 ? = 123 + 4567 ? = 4690