A338009 Odd composite integers m such that A004254(m)^2 == 1 (mod m).
25, 55, 115, 209, 253, 275, 319, 391, 425, 527, 551, 575, 713, 715, 775, 779, 935, 1105, 1111, 1265, 1705, 1807, 1919, 2015, 2035, 2071, 2575, 2627, 2893, 2915, 2929, 3281, 3289, 3655, 4031, 4033, 4141, 4199, 4355, 5191, 5291, 5671, 5699, 5777, 5885, 5983
Offset: 1
Keywords
References
- D. Andrica and O. Bagdasar, Recurrent Sequences: Key Results, Applications and Problems. Springer (2020).
Links
- Dorin Andrica and Ovidiu Bagdasar, On Generalized Lucas Pseudoprimality of Level k, Mathematics (2021) Vol. 9, 838.
- 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, 5985, 2], CompositeQ[#] && Divisible[ChebyshevU[#-1, 5/2]*ChebyshevU[#-1, 5/2] - 1, #] &]
Comments