There was an error while loading. Please reload this page.
1 parent c659817 commit 7bdef8dCopy full SHA for 7bdef8d
README.md
@@ -8,7 +8,7 @@ These primality tests fail for certain numbers called **pseudoprimes**.\
8
My research focuses on analyzing the class of Perrin-type primality tests- **Lucas-Type Sequence**:
9
10
## [Lucas-Type Sequence](https://oeis.org/wiki/Lucas_sequences)
11
-Each primality test is a sequence with two parameters, $c_0$ and $c_1$, and initial condition $V_0$ and $V_1$
+Each primality test is a sequence with two parameters, $c_0$ and $c_1$, and initial condition $V_0$ and $V_1$, and the general form is:
12
13
$$V_{n+2} = c_1 V_{n+1} + c_0 V_{n}, \quad V_{0} = 2, \quad V_{1} = c_1$$
14
0 commit comments