There is no formula for prime numbers. They form a random sequence.
The Nth term for a triangle number is: 0.5n(n+1)
It is not possible to determine an nth term from a single number.
nth just means some number (as in 8th, 9th, etc.)
A single number, such as 491625 does not define a sequence and so cannot have an nth term.
<html> <body> <script type="text/vbscript"> Dim a, b, c, n, nth a = 0 b = 1 n = Cint(InputBox("Enter the value of ""n""")) For nth = 1 to n Step 1 Document.Write(b&"<br/>") c = a + b a = b b = c Next </script> </body> </html>
There is no formula for prime numbers. They form a random sequence.
The Nth term for a triangle number is: 0.5n(n+1)
Each number in this sequence is twice the previous number. The nth. term is 2n-1.Each number in this sequence is twice the previous number. The nth. term is 2n-1.Each number in this sequence is twice the previous number. The nth. term is 2n-1.Each number in this sequence is twice the previous number. The nth. term is 2n-1.
It is not possible to determine an nth term from a single number.
Any number can be the nth term of a suitable AP.
It is the nth even number.
int number; int i=2; while (i<number) { if(number%i==0) { printf("Not a prime no."); break; } else printf("number entered is prime"); getch(); }
A single number, such as 15131197 does not constitute a sequence, and so there cannot be an nth term.
nth just means some number (as in 8th, 9th, etc.)
A single number, such as 491625 does not define a sequence and so cannot have an nth term.
The single number 37111519 does not comprise a sequence.A single number such as 37111519 does not constitute a sequence and so there can be no nth term.