answersLogoWhite

0


Best Answer

It is the counter that tells you the position of the numbers in the sequence: the first, second and so on.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a index of a number sequence?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a infinite arithmetic sequence?

It is an arithmetic sequence for which the index goes on and on (and on).


What are the different types of File Management Utilities?

sequence file system index file system main file system sequence index file system


Is 4181 a prime number?

No. For example: 4181 / 37 = 113 so it can't be prime. But 4181 is the first composite number in the Fibonacci sequence with a prime index. ;)


What is index number?

what is index number


How do you get the sequence of 3354435543?

3354435543 is a single number, it is not a sequence.3354435543 is a single number, it is not a sequence.3354435543 is a single number, it is not a sequence.3354435543 is a single number, it is not a sequence.


What the uses of index number in index index?

uses of index


What is a mode in a number sequence?

The number that occurs most in a number sequence.


7 famous number sequences?

There is the Morris number sequence and the Fibonacci number sequence. The Padovan sequence. The Juggler sequence. I just know the Fibonacci sequence: 0,1,1,2,3,5,8,13,21,34,55,89,144,233,377 Morris number sequence: 1 11 21 1211 111221 312211...


The acronym for PIN?

Its Postal Index Number and for mobile its Personal Identity Number.


What is the full number sequence of pi?

It is an irrational number; therefore the sequence is endless. The 'full number sequence' can never be known.


What is the 8085A microprocessor code for finding the largest number?

The processor makes no difference in C programming -- the compiler will generate the appropriate instructions for you. To find the largest number in a sequence of numbers, store the numbers in an array. Then invoke the following function, passing the array and its length: unsigned largest (double* num_array, unsigned size) { if (!num_array !size) return size; unsigned max = 0; unsigned index; for (index=1; index<size; ++index) if (num_array[index]>num_array[max]) max = index; return max; } The return value holds the index of the largest value in the array.


What is the next number in the sequence 124711.....?

What is the the next number in the sequence 1,2,4,7,11,.....