OFFSET
1,1
COMMENTS
The generalized Lucas sequences of integer parameters (a,b) defined by U(m+2)=a*U(m+1)-b*U(m) and U(0)=0, U(1)=1, satisfy U(3*p-J(p,D)) == a*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 U(k*m-J(m,D)) == U(k-1)*J(m,D) (mod m) are called generalized Lucas pseudoprimes of level k+ and parameter a.
Here b=1, a=3, D=5 and k=3, while U(m) is A001906(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, 2018, 24(1), 9--15.
MATHEMATICA
Select[Range[3, 10000, 2], CoprimeQ[#, 5] && CompositeQ[#] && Divisible[ ChebyshevU[3*# - JacobiSymbol[#, 5] - 1, 3/2] - 3*JacobiSymbol[#, 5], #] &]
CROSSREFS
KEYWORD
nonn
AUTHOR
Ovidiu Bagdasar, Jan 01 2021
STATUS
approved