answersLogoWhite

0

1,7,11,

Well, it depends on what you mean by 'the array of a number'. If it has something to do with the divisors, then it's the primes, or the powers of primes.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Why do prime numbers only have one array?

Because they only have one factor pair.


How are all the area model of the prime numbers similar?

They only have one array.


What is single dimensional array in c plus plus?

A one dimensional array is an array of objects that goes in one "direction". Any array with only one [] is a one dimensional array. For example: int numbers[6]; is a one dimensional array. int numbers[6][3]; is a two dimensional array.Graphical terms:One dimensional array[4]:14 - 75 - 8164 - 234Two dimensional array[2][3]:47 - 178108 - 8517 - 128It didn't come out quite how I wanted it...


You have only one rectangular array and you are between the numbers 12 and 16 what number are you?

13...13x1.


What is the term used to describe numbers that can only make 1 array?

They are prime numbers.


An array of numbers where each row contains the numbers from one of the equations?

matrix


Is an array of numbers where each row contains the numbers from one of the equations?

matrix


Is array is structure or not?

Array is not a struct. Array only has one datatype, struct has arbitrary different datatypes.


How can you dicribe array?

An array is when you store several data items with a single name. You only use a number to distinguish the individual items. Or two or more numbers, if you use a multidimensional array.An array is when you store several data items with a single name. You only use a number to distinguish the individual items. Or two or more numbers, if you use a multidimensional array.An array is when you store several data items with a single name. You only use a number to distinguish the individual items. Or two or more numbers, if you use a multidimensional array.An array is when you store several data items with a single name. You only use a number to distinguish the individual items. Or two or more numbers, if you use a multidimensional array.


Accept 5 numbers in an array and display it?

Accept 5 numbers in an array and display it.


What is the most efficient way to find the median of an unsorted array of numbers?

One efficient way to find the median of an unsorted array of numbers is to first sort the array in either ascending or descending order, then determine the middle value as the median.


What is the process to find the median of an array of numbers?

To find the median of an array of numbers, first, arrange the numbers in ascending order. If the array has an odd number of elements, the median is the middle number. If the array has an even number of elements, the median is the average of the two middle numbers.