When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. List of integer sequences - Wikipedia

    en.wikipedia.org/wiki/List_of_integer_sequences

    0, 1, 3, 6, 2, 7, 13, 20, 12, 21, 11, 22, 10, 23, 9, 24, 8, 25, 43, 62, ... "subtract if possible, otherwise add" : a (0) = 0; for n > 0, a ( n ) = a ( n − 1) − n if that number is positive and not already in the sequence, otherwise a ( n ) = a ( n − 1) + n , whether or not that number is already in the sequence.

  3. Polydivisible number - Wikipedia

    en.wikipedia.org/wiki/Polydivisible_number

    In mathematics a polydivisible number (or magic number) is a number in a given number base with digits abcde... that has the following properties: [1] Its first digit a is not 0. The number formed by its first two digits ab is a multiple of 2. The number formed by its first three digits abc is a multiple of 3.

  4. Self-descriptive number - Wikipedia

    en.wikipedia.org/wiki/Self-descriptive_number

    There are no self-descriptive numbers in bases 2, 3 or 6. In bases 7 and greater, there is exactly one self-descriptive number: () + + +, which has b−4 instances of the digit 0, two instances of the digit 1, one instance of the digit 2, one instance of digit b – 4, and no instances of any other digits.

  5. Kaprekar's routine - Wikipedia

    en.wikipedia.org/wiki/Kaprekar's_routine

    Furthermore, it is clear that even-digits with greater than or equal to 8, [10] and with 9 digits, [11] or odd-digits with greater than or equal to 15 digits [12] have multiple solutions. Although 11-digit and 13-digit numbers have only one solution, it forms a loop of five numbers and a loop of two numbers, respectively. [13]

  6. Harshad number - Wikipedia

    en.wikipedia.org/wiki/Harshad_number

    A number which is a harshad number in every number base is called an all-harshad number, or an all-Niven number. There are only four all-harshad numbers: 1 , 2 , 4 , and 6 . The number 12 is a harshad number in all bases except octal .

  7. Computational complexity of mathematical operations - Wikipedia

    en.wikipedia.org/wiki/Computational_complexity...

    Graphs of functions commonly used in the analysis of algorithms, showing the number of operations versus input size for each function. The following tables list the computational complexity of various algorithms for common mathematical operations.

  8. Casting out nines - Wikipedia

    en.wikipedia.org/wiki/Casting_out_nines

    If the digit 9 is ignored when summing the digits, the effect is to "cast out" one more 9 to give the result 12. More generally, when casting out nines by summing digits, any set of digits which add up to 9, or a multiple of 9, can be ignored. In the number 3264, for example, the digits 3 and 6 sum to 9.

  9. Arbitrary-precision arithmetic - Wikipedia

    en.wikipedia.org/wiki/Arbitrary-precision_arithmetic

    The computer may also offer facilities for splitting a product into a digit and carry without requiring the two operations of mod and div as in the example, and nearly all arithmetic units provide a carry flag which can be exploited in multiple-precision addition and subtraction. This sort of detail is the grist of machine-code programmers, and ...