A337626 Odd composite integers m such that U(m)^2 == 1 (mod m) and V(m) == 3 (mod m), where U(m) and V(m) are the m-th generalized Lucas and Pell-Lucas numbers of parameters a=3 and b=-1, respectively.
33, 119, 385, 561, 649, 1189, 1441, 2065, 2289, 2465, 2849, 4187, 6545, 12871, 13281, 14041, 16109, 18241, 22049, 23479, 24769, 25345, 28421, 31631, 34997, 38121, 38503, 41441, 45961, 48577, 50545, 53585, 56279, 58081, 59081, 61447, 63393, 66385, 75077, 91187
Offset: 1
Keywords
Links
- D. Andrica and O. Bagdasar, On some new arithmetic properties of the generalized Lucas sequences, preprint for Mediterr. J. Math. 18, 47 (2021).
Programs
-
Mathematica
Select[Range[3, 20000, 2], CompositeQ[#] && Divisible[Fibonacci[#, 3]*Fibonacci[#, 3] - 1, #] && Divisible[LucasL[#, 3] - 3, #] &]
Extensions
More terms from Amiram Eldar, Sep 19 2020
Comments