Talk:Lucas pseudoprime

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Merger proposal[edit]

I'm suggesting a merge from Fibonacci pseudoprime, especially as much of the article on that page appears to be about Lucas pseudoprimes anyway. Richard Pinch (talk) 21:09, 1 August 2008 (UTC)[reply]

More Changes[edit]

Unless there are objections, I will reformat most of the equations that now display as text in the Lucas pseudoprimes section, modify the notation so it corresponds to that in the Baillie/Wagstaff paper listed in the references, and add more details based on that paper. -- MathPerson — Preceding unsigned comment added by MathPerson (talkcontribs) 00:59, 9 March 2013 (UTC)[reply]

March 26, 2013: changes have been made. — Preceding unsigned comment added by MathPerson (talkcontribs) 01:55, 27 March 2013 (UTC)[reply]

What, exactly, is a Fibonacci pseudoprime?[edit]

A Fibonacci pseudoprime is defined in the main article as a composite number n such that Vn = P (mod n).

However, Crandall and Pomerance (Prime Numbers: a Computational Perspective, definition 3.6.1, page 142), define a Fibonacci pseudoprime as a composite number n such that un-(D/n) = 0 (mod n) where uk is the kth Fibonacci number. This definition seems more correct, especially since if P = 1 and Q = -1, the sequence of U's match the Fibonacci numbers. If P = 1 and Q = -1, then the V's for this P and Q are the Lucas numbers.

This article should probably be brought into compliance with the above reference. Comments? — Preceding unsigned comment added by MathPerson (talkcontribs) 01:37, 25 March 2013 (UTC)[reply]

March 26, 2013: gave the two definitions of Fibonacci pseudoprime, with references to both, and examples.

Pell pseudoprimes[edit]

(sequence A099011 in the OEIS) defines a Pell pseudoprime as an odd composite s.t. P(n) - (2|n) is divisible by n. This yields, with P=2, Q=-1:

generating the sequence 169, 385, 741, 961, 1121, 2001, ...

whereas the definition given on this wikipedia page is, eq(1) with P=2, Q=-1:

generating the sequence 35, 169, 385, 779, 899, 961, 1121, 1189, 2419, ...

These are not the same sequences. I can see why we would define it the latter way -- it matches the Fibonacci pseudoprimes and the "Pell cyclotomic pseudoprimes" of Rotkiewicz (2007). The latter generates about 20% more pseudoprimes than the former. DAJ NT (talk) 14:04, 1 October 2014 (UTC)[reply]

Wrong "strong" pseudoprimes?[edit]

We can set Q = −1, then and are P-Fibonacci sequence and P-Lucas sequence, the pseudoprimes can be called strong Lucas pseudoprime in base P, for example, the least strong Lucas pseudoprime with P = 1, 2, 3, ... are 323, 169, 119, ...

The example numbers appear to be wrong. I have written some Lucas sequence utilities in Haskell that can (efficiently) calculate the various and , currently limited to P = 1 and Q = -1 though I want to change that soon. Anyway, I implemented some of the tests on top of these, including the test for (for the parameters given, this is exactly the Bruckman-Lucas criterion), the test for , the test and a strong test as described in the article. Of these, 323 passes only the test.

Note that for (in this case) numbers coprime with 10, any two of the "weak" tests mentioned (including another described in the Baillie-Wagstaff paper) imply the others, but 323 passes only one of the tests, so obviously this implication does not apply. Also note that if a number passes the strong test, it also passes all of the weak tests, but there are numbers that pass all weak tests yet do not pass the strong test. The pseudoprimes up to 10,000 for the tests (in the order of tests as listed above) are:

  • 705, 2465, 2737, 3745, 4181, 5777, 6721 (i.e. Bruckman-Lucas PPs)
  • 4181, 5777, 6479, 6721
  • 323, 377, 1891, 3827, 4181, 5777, 6601, 6721, 8149
  • 4181, 5777

As you can see, the pairwise intersection of any two of the first three lists are equal (as they should be being that the last three tests rule out numbers not coprime with 10 except for 2 and 5), but the strong test is strictly more effective than the first three combined, e.g. also eliminating 6721 (= 11*13*47). (As a final note, the smallest composite number that passes any of these tests and also the Miller-Rabin test to base 2 is 252601. It passes all of the weaker tests, but not the strong test. In fact, I have so far not found a non-prime that passes the strong test for P=1 and Q=-1, and also the MR test to base 2, even though such a number would not necessarily disprove the PSW conjecture, and also not necessarily pass the (strong) Baillie-PSW test.) – Aragorn2 (talk) 16:53, 29 March 2019 (UTC)[reply]

Agree with the above.[edit]

Different user here, but I concur with the above findings. The number 323 should not appear in the list of strong Lucas (P=1, Q=-1) pseudoprimes.

The Jacobi symbol is −1, so , and its decomposition is . Therefore, to pass the strong test we must have either:

, or , or (all mod 323).

In fact, none of the above congruences are true. I get the following (all mod 323) if anyone wants to check:

, and

I'm pretty sure that 4181 is the smallest strong Lucas (P=1 Q=-1) pseudoprime, but would like to do some more testing to confirm this before editing. — Preceding unsigned comment added by 60.240.60.169 (talk) 01:45, 30 December 2019 (UTC)[reply]

Update: I have confirmed that the smallest strong Lucas (P=1, Q=-1) pseudoprime is indeed 4181, and have now edited the wikipedia article to reflect this. — Preceding unsigned comment added by 60.240.60.169 (talk) 05:24, 30 December 2019 (UTC)[reply]

Remove section on Bruckman-Lucas pseudoprimes?[edit]

I propose deleting the section on Bruckman-Lucas pseudoprimes. These numbers are already discussed (but not called "Bruckman...") in the section "Fibonacci pseudoprimes". The "Bruckman" section refers to a 1994 paper by Bruckman, but under "Fibonacci pseudoprimes", the exact same sequence refers to a 1990 paper by other people, so Bruckman didn't really discover these and wasn't the first to work with them.

The sequence of numbers is listed twice, and the OEIS sequence is referred to twice. There's no need for this duplication. Under "Fibonacci pseudoprimes", I suggest adding a reference to the Bruckman paper.

This section https://en.wikipedia.org/wiki/Lucas_pseudoprime#Bruckman-Lucas_pseudoprimes is referred to just once in Wikipedia: https://en.wikipedia.org/wiki/Lucas_number#Congruence_relations so if this section is deleted, then that link should be changed so it refers to https://en.wikipedia.org/wiki/Lucas_pseudoprime#Fibonacci_pseudoprimes

Discussion? MathPerson (talk) 12:26, 17 April 2019 (UTC)[reply]

There having been no objections, I deleted this section and added a mention of Bruckman pseudoprimes in the section on Fibonacci pseudoprimes. MathPerson (talk) 20:32, 30 July 2019 (UTC)[reply]