Others
Maths Puzzle
Programming
Program
Print the next 3 number of the given pattern series:
4,6,12,18,30,42,60,72,102,108,...
Read Solution (Total 1)
-
- It's the list of numbers k such that k-1 and k+1 are both prime. The next three numbers in the series are 138, 150 and 180.
- 10 years agoHelpfull: Yes(1) No(0)
Others Other Question
There are 437 girls and 513 boys in a school. The number of boys or girls is same in each class.if maximum number of classes are to be made with maximum number of students such that the same number of girls and boys are there in each section then what should be the total number of classes formed?
4,6,12,18,30,42,60,72,102,108,...
Print next 3 number through c programming.