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 the identity
V(p-J(p,D)) == 2*J(p,D) (mod p) when p is prime, b=-1 and D=a^2+4.
This sequence has the odd composite integers with V(m-J(m,D)) == 2*J(m,D) (mod m).
For a=7 and b=-1, we have D=53 and V(m) recovers A086902(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)
MATHEMATICA
Select[Range[3, 10000, 2], CompositeQ[#] && Divisible[LucasL[# - (j = JacobiSymbol[#, 53]), 7] - 2*j, #] &] (* Amiram Eldar, Nov 26 2020 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Ovidiu Bagdasar, Nov 24 2020
EXTENSIONS
More terms from Amiram Eldar, Nov 26 2020
STATUS
approved