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-recursive if it satisfies...
38 KB (5,040 words) - 08:21, 25 May 2025
sequence Ulam numbers Weird numbers Wolstenholme number Constant-recursive sequence On-Line Encyclopedia of Integer Sequences List of OEIS sequences Hamkins...
5 KB (671 words) - 01:43, 7 January 2025
problem in mathematics Is there an algorithm to test whether a constant-recursive sequence has a zero? More unsolved problems in mathematics In mathematics...
5 KB (578 words) - 15:16, 18 December 2024
Recurrence relation (redirect from Recursive sequence)
"Linear recursive sequences". SIAM Rev. Vol. 10, no. 3. pp. 324–353. JSTOR 2027658. Brousseau, Alfred (1971). Linear Recursion and Fibonacci Sequences. Fibonacci...
26 KB (4,204 words) - 08:22, 19 April 2025
sequence Thue–Morse sequence List of integer sequences Types ±1-sequence Arithmetic progression Automatic sequence Cauchy sequence Constant-recursive...
40 KB (6,170 words) - 08:52, 16 June 2025
with Euler's constant, a different constant typically denoted γ {\displaystyle \gamma } . Alternatively, e can be called Napier's constant after John Napier...
54 KB (6,480 words) - 15:37, 31 May 2025
base) in some recursive order. For instance, the binary Champernowne sequence in shortlex order is 0 1 00 01 10 11 000 001 ... (sequence A076478 in the...
14 KB (2,108 words) - 01:13, 21 March 2025
6174 (redirect from Karpekar's constant)
study of recursive functions, ones which repeat previous values and generate sequences based on these values. Kaprekar's routine is a recursive arithmetic...
5 KB (569 words) - 23:12, 9 April 2025
In computability theory, a primitive recursive function is, roughly speaking, a function that can be computed by a computer program whose loops are all...
38 KB (7,230 words) - 12:16, 15 June 2025
Lucas sequences U n ( P , Q ) {\displaystyle U_{n}(P,Q)} and V n ( P , Q ) {\displaystyle V_{n}(P,Q)} are certain constant-recursive integer sequences that...
21 KB (4,011 words) - 21:03, 28 December 2024
combinatorics, linear algebra, and dynamical systems), a linear recurrence with constant coefficients: ch. 17 : ch. 10 (also known as a linear recurrence relation...
25 KB (4,667 words) - 13:18, 19 October 2024
Holonomic function (redirect from Holonomic sequence)
the sequence of its coefficients, in one or several indices, is also called holonomic. Holonomic sequences are also called P-recursive sequences: they...
13 KB (1,977 words) - 23:55, 12 November 2024
binary sequence representing the real number is an algorithmically random sequence. Calude, Hertling, Khoussainov, and Wang showed that a recursively enumerable...
18 KB (2,319 words) - 13:06, 12 May 2025
Tower of Hanoi (section Recursive solution)
clockwise. It suffices to represent the sequence of disks to be moved. The solution can be found using two mutually recursive procedures: To move n disks counterclockwise...
50 KB (7,075 words) - 01:19, 17 June 2025
Generalizations of Fibonacci numbers (redirect from Tribonacci constant)
In mathematics, the Fibonacci numbers form a sequence defined recursively by: F n = { 0 n = 0 1 n = 1 F n − 1 + F n − 2 n > 1 {\displaystyle...
26 KB (4,746 words) - 18:56, 6 October 2024
In mathematics, a low-discrepancy sequence is a sequence with the property that for all values of N {\displaystyle N} , its subsequence x 1 , … , x N {\displaystyle...
26 KB (4,265 words) - 04:46, 14 June 2025
Recursion (computer science) (redirect from Recursive algorithm)
solutions to smaller instances of the same problem. Recursion solves such recursive problems by using functions that call themselves from within their own...
62 KB (7,388 words) - 14:45, 29 March 2025
other scales. Bertran Steinsky has created a recursive formula for the i-th term of the sequence. The sequence is not eventually periodic, that is, its terms...
14 KB (1,483 words) - 20:40, 25 April 2025
nonnegative integer appear in Recamán's sequence? Skolem problem: can an algorithm determine if a constant-recursive sequence contains a zero? The values of g(k)...
195 KB (20,069 words) - 07:07, 11 June 2025
pages follow describing how such sequences might be contrived in general. The m-th term of any constant-recursive sequence (such as Fibonacci numbers or...
21 KB (2,759 words) - 07:00, 17 May 2025
MR 0163867 Pethő, Attila (2001), "Diophantine properties of linear recursive sequences II", Acta Mathematica Academiae Paedagogicae Nyíregyháziensis, 17:...
87 KB (13,080 words) - 23:42, 12 June 2025
ISBN 978-3-540-44141-0. Zbl 1014.11015. Richman, Robert (2001). "Recursive Binary Sequences of Differences" (PDF). Complex Systems. 13 (4): 381–392. Bugeaud...
31 KB (3,872 words) - 13:48, 23 April 2025
Mandelbrot set (redirect from Mandelbrot sequence)
recursive detail at increasing magnifications; mathematically, the boundary of the Mandelbrot set is a fractal curve. The "style" of this recursive detail...
71 KB (8,823 words) - 22:48, 7 June 2025
Perrin number (redirect from Perrin sequence)
In mathematics, the Perrin numbers are a doubly infinite constant-recursive integer sequence with characteristic equation x3 = x + 1. The Perrin numbers...
23 KB (3,614 words) - 15:33, 28 March 2025
background (Figure-Figure sequence) and chapter V on recursive structures and processes (remaining sequences), these sequences are: The Hofstadter Figure-Figure...
12 KB (1,924 words) - 12:31, 22 January 2025
where c i {\displaystyle c_{i}} are complex number constants (i.e., a constant-recursive sequence of order d {\displaystyle d} ). Then the set of zeros...
5 KB (708 words) - 04:08, 6 June 2025
Computation in the limit (redirect from Limiting recursive)
limit of a uniformly computable sequence of functions. The terms computable in the limit, limit recursive and recursively approximable are also used. One...
9 KB (1,678 words) - 02:57, 26 July 2024
Exponentiation by squaring (section Recursive version)
function In each recursive call, the least significant digits of the binary representation of n is removed. It follows that the number of recursive calls is ⌈...
22 KB (3,382 words) - 12:24, 9 June 2025
Dynamic programming (section Fibonacci sequence)
new sub-problems. For example, consider the recursive formulation for generating the Fibonacci sequence: Fi = Fi−1 + Fi−2, with base case F1 = F2 = 1...
59 KB (9,166 words) - 15:39, 12 June 2025