A337783 Even composite integers m such that U(m)^2 == 1 (mod m), where U(m)=A004187(m) is the m-th generalized Lucas number of parameters a=7 and b=1.
4, 8, 16, 44, 104, 136, 152, 164, 176, 232, 286, 442, 496, 656, 836, 856, 976, 1072, 1364, 1378, 1394, 1804, 1826, 2204, 2248, 2584, 2626, 2684, 2834, 3016, 3268, 3536, 3926, 4264, 4346, 4636, 5084, 5104, 5146, 5662, 7208, 7216, 7384, 7676, 7964, 8294, 8632, 8774, 9164, 9316, 9976
Offset: 1
Keywords
References
- D. Andrica and O. Bagdasar, Recurrent Sequences: Key Results, Applications and Problems. Springer (to appear, 2020).
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, 10000, 2], CompositeQ[#] && Divisible[ChebyshevU[#-1, 7/2]*ChebyshevU[#-1, 7/2] - 1, #] &]
Extensions
More terms from Amiram Eldar, Sep 21 2020
Comments