OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (from Dana Jacobsen's site)
Robert Baillie, Mathematica code for extra strong Lucas pseudoprimes
Jon Grantham, Frobenius Pseudoprimes, Mathematics of Computation, 7 (2000), 873-891.
Dana Jacobsen, Pseudoprime Statistics, Tables, and Data
PROG
(Perl) use ntheory ":all"; foroddcomposites { say if is_extra_strong_lucas_pseudoprime($_) } 1e10; # Dana Jacobsen, May 10 2015
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert Baillie, Mar 21 2013
STATUS
approved