OFFSET
1,1
COMMENTS
The generalized Pell-Lucas sequences of integer parameters (a,b) defined by V(m+2)=a*V(m+1)-b*V(m) and V(0)=2, V(1)=a, satisfy V(k*p-J(p,D)) == V(k-1)*J(p,D) (mod p) whenever p is prime, k is a positive integer, b=-1 and D=a^2+4.
The composite integers m with the property V(k*m-J(m,D)) == V(k-1)*J(m,D) (mod m) are called generalized Pell-Lucas pseudoprimes of level k- and parameter a.
Here b=-1, a=3, D=13 and k=2, while V(m) recovers A006497(m).
REFERENCES
D. Andrica, O. Bagdasar, Recurrent Sequences: Key Results, Applications and Problems. Springer, 2020.
D. Andrica, O. Bagdasar, On some new arithmetic properties of the generalized Lucas sequences, Mediterr. J. Math. (to appear, 2021).
D. Andrica, O. Bagdasar, On generalized pseudoprimality of level k (submitted).
LINKS
Dorin Andrica, Vlad Crişan, and Fawzi Al-Thukair, On Fibonacci and Lucas sequences modulo a prime and primality testing, Arab Journal of Mathematical Sciences, 24(1), 9-15 (2018).
MATHEMATICA
Select[Range[3, 20000, 2], CoprimeQ[#, 13] && CompositeQ[#] && Divisible[LucasL[2*# - JacobiSymbol[#, 13], 3] - 3*JacobiSymbol[#, 13], #] &]
CROSSREFS
KEYWORD
nonn
AUTHOR
Ovidiu Bagdasar, Dec 07 2020
STATUS
approved