A338314 Even composite integers m such that A004254(m)^2 == 1 (mod m).
4, 8, 76, 104, 116, 296, 872, 1112, 1378, 2204, 2774, 2834, 3016, 4472, 5174, 5624, 6364, 6554, 8854, 9164, 9976, 10564, 11026, 11324, 11476, 12644, 14356, 14456, 15124, 15544, 15688, 16484, 20492, 20786, 21944, 26506, 26564, 30302, 31996, 32264, 33368, 35048
Offset: 1
Keywords
References
- D. Andrica, O. Bagdasar, Recurrent Sequences: Key Results, Applications and Problems. Springer (2020).
Links
- D. Andrica and O. Bagdasar, On some new arithmetic properties of the generalized Lucas sequences, Mediterr. J. Math. (2021).
Programs
-
Mathematica
Select[Range[2, 15000, 2], CompositeQ[#] && Divisible[ChebyshevU[#-1, 5/2]*ChebyshevU[#-1, 5/2] - 1, #] &]
Extensions
More terms from Amiram Eldar, Oct 22 2020
Comments