A338011 Odd composite integers m such that A004187(m)^2 == 1 (mod m).
49, 161, 323, 329, 377, 451, 539, 989, 1081, 1127, 1189, 1771, 1819, 1891, 2009, 2033, 2047, 2303, 2737, 2849, 3059, 3289, 3619, 3653, 3689, 3827, 4181, 4301, 4577, 4879, 4949, 5671, 5777, 6049, 6479, 6533, 6601, 6721, 7061, 7399, 7471, 7567, 7931
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)
Links
- Dorin Andrica and Ovidiu Bagdasar, On Generalized Lucas Pseudoprimality of Level k, Mathematics (2021) Vol. 9, 838.
Programs
-
Mathematica
Select[Range[3, 8000, 2], CompositeQ[#] && Divisible[ChebyshevU[#-1, 7/2]*ChebyshevU[#-1, 7/2] - 1, #] &]
Comments