A337782 Even composite integers m such that U(m)^2 == 1 (mod m) and V(m) == 7 (mod m), where U(m)=A004187(m) and V(m)=A056854(m) are the m-th generalized Lucas and Pell-Lucas numbers of parameters a=7 and b=1, respectively.
4, 8, 44, 104, 136, 152, 232, 286, 442, 836, 1364, 1378, 2204, 2584, 2626, 2684, 2834, 3016, 3926, 4636, 5662, 7208, 7384, 7676, 7964, 8294, 9164, 9316, 11476, 12524, 14824, 15224, 17324, 20026, 20474, 21736, 21944, 22814, 23804, 24616, 26596, 27028, 27404, 31124
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[2, 20000, 2], CompositeQ[#] && Divisible[2*ChebyshevT[#, 7/2] - 7, #] && Divisible[ChebyshevU[#-1, 7/2]*ChebyshevU[#-1, 7/2] - 1, #] &]
Extensions
More terms from Amiram Eldar, Sep 21 2020
Comments