When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Triangular number - Wikipedia

    en.wikipedia.org/wiki/Triangular_number

    By analogy with the factorial function, a product whose factors are the integers from 1 to n, Donald Knuth proposed the name Termial function, [18] with the notation n? for the sum whose terms are the integers from a to n (the n th triangular number).

  3. List of mathematical series - Wikipedia

    en.wikipedia.org/wiki/List_of_mathematical_series

    An infinite series of any rational function of can be reduced to a finite series of polygamma functions, by use of partial fraction decomposition, [8] as explained here. This fact can also be applied to finite series of rational functions, allowing the result to be computed in constant time even when the series contains a large number of terms.

  4. Harmonic series (mathematics) - Wikipedia

    en.wikipedia.org/wiki/Harmonic_series_(mathematics)

    The sum of the series is a random variable whose probability density function is close to for values between and , and decreases to near-zero for values greater than or less than . Intermediate between these ranges, at the values ± 2 {\displaystyle \pm 2} , the probability density is 1 8 − ε {\displaystyle {\tfrac {1}{8}}-\varepsilon } for ...

  5. Binomial coefficient - Wikipedia

    en.wikipedia.org/wiki/Binomial_coefficient

    If α is a nonnegative integer n, then all terms with k > n are zero, [5] and the infinite series becomes a finite sum, thereby recovering the binomial formula. However, for other values of α , including negative integers and rational numbers, the series is really infinite.

  6. Recursion - Wikipedia

    en.wikipedia.org/wiki/Recursion

    A recursive step — a set of rules that reduces all successive cases toward the base case. For example, the following is a recursive definition of a person's ancestor. One's ancestor is either: One's parent (base case), or; One's parent's ancestor (recursive step). The Fibonacci sequence is another classic example of recursion: Fib(0) = 0 as ...

  7. Constant-recursive sequence - Wikipedia

    en.wikipedia.org/wiki/Constant-recursive_sequence

    The Fibonacci sequence is constant-recursive: each element of the sequence is the sum of the previous two. Hasse diagram of some subclasses of constant-recursive sequences, ordered by inclusion In mathematics , an infinite sequence of numbers s 0 , s 1 , s 2 , s 3 , … {\displaystyle s_{0},s_{1},s_{2},s_{3},\ldots } is called constant ...

  8. Successor function - Wikipedia

    en.wikipedia.org/wiki/Successor_function

    The successor function is part of the formal language used to state the Peano axioms, which formalise the structure of the natural numbers.In this formalisation, the successor function is a primitive operation on the natural numbers, in terms of which the standard natural numbers and addition are defined. [1]

  9. Pairwise summation - Wikipedia

    en.wikipedia.org/wiki/Pairwise_summation

    Pairwise summation is the default summation algorithm in NumPy [9] and the Julia technical-computing language, [10] where in both cases it was found to have comparable speed to naive summation (thanks to the use of a large base case).