A338312 Even composites m such that A056854(m)==7 (mod m).
4, 8, 10, 20, 40, 44, 104, 136, 152, 170, 190, 232, 260, 286, 442, 580, 740, 836, 890, 1364, 1378, 1990, 2204, 2260, 2584, 2626, 2684, 2834, 3016, 3160, 3230, 3926, 4220, 4636, 5662, 6290, 7208, 7384, 7540, 7676, 7964, 8294, 8420, 9164, 9316, 9320, 10070, 11476
Offset: 1
Keywords
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)
Programs
-
Mathematica
Select[Range[2, 20000, 2], CompositeQ[#] && Divisible[2*ChebyshevT[#, 7/2] - 7, #] &]
Comments