Currently there may be errors shown on top of a page, because of a missing Wiki update (PHP version and extension DPL3).
Navigation
Topics Help • Register • News • History • How to • Sequences statistics • Template prototypes

Difference between revisions of "Carol-Kynea prime"

From Prime-Wiki
Jump to: navigation, search
(definitions given)
m
Line 3: Line 3:
 
*b must be even, since if it is odd then <math>(b^n±1)^2-2</math> is always even, and thus can’t be prime.
 
*b must be even, since if it is odd then <math>(b^n±1)^2-2</math> is always even, and thus can’t be prime.
 
*n must be greater than or equal to 1. For any b, if n is 0 then (b<sup>n</sup>±1)<sup>2</sup> is equal to 1, and thus yields -1 when 2 is subtracted from it. By definition -1 is not prime. If n is negative then (b<sup>n</sup>±1)<sup>2</sup> is not necessarily an integer.
 
*n must be greater than or equal to 1. For any b, if n is 0 then (b<sup>n</sup>±1)<sup>2</sup> is equal to 1, and thus yields -1 when 2 is subtracted from it. By definition -1 is not prime. If n is negative then (b<sup>n</sup>±1)<sup>2</sup> is not necessarily an integer.
*b may be a perfect power of another integer. However these form a subset of another base’s primes (ex. Base 4 Carol/Kynea primes are Base 2 Carol/Kynea primes where n mod 2 = 0). So it not necessary to search these bases separately.
+
*b may be a perfect power of another integer. However these form a subset of another base’s primes (ex. Base 4 Carol/Kynea primes are Base 2 Carol/Kynea primes where <math>n \bmod 2 \equiv 0</math>). So it not necessary to search these bases separately.
 
Due to the form of these numbers, they are also classified as near-square numbers (numbers of the form n<sup>2</sup>-k).
 
Due to the form of these numbers, they are also classified as near-square numbers (numbers of the form n<sup>2</sup>-k).
  

Revision as of 21:48, 5 June 2019

Definitions

In the context of the Carol/Kynea prime search, a Carol number is a number of the form (bn1)22 and a Kynea number is a number of the form (bn+1)22. A Carol/Kynea prime is a prime which has one of the above forms. A prime of these forms must satisfy the following criteria:

  • b must be even, since if it is odd then (bn±1)22 is always even, and thus can’t be prime.
  • n must be greater than or equal to 1. For any b, if n is 0 then (bn±1)2 is equal to 1, and thus yields -1 when 2 is subtracted from it. By definition -1 is not prime. If n is negative then (bn±1)2 is not necessarily an integer.
  • b may be a perfect power of another integer. However these form a subset of another base’s primes (ex. Base 4 Carol/Kynea primes are Base 2 Carol/Kynea primes where nmod20). So it not necessary to search these bases separately.

Due to the form of these numbers, they are also classified as near-square numbers (numbers of the form n2-k).

History

See also

External links

Number classes
General numbers
Special numbers
Prime numbers