A339517 Odd composite integers m such that A000032(2*m-J(m,5)) == J(m,5) (mod m), where J(m,5) is the Jacobi symbol.
323, 377, 1001, 1183, 1729, 1891, 3827, 4181, 5777, 6601, 6721, 8149, 8841, 10877, 11663, 13201, 13981, 15251, 17119, 17711, 18407, 19043, 23407, 25877, 26011, 27323, 30889, 34561, 34943, 35207, 39203, 40501, 41041
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).
- D. Andrica, O. Bagdasar, On generalized pseudoprimality of level k (submitted).
Links
- Dorin Andrica and Ovidiu Bagdasar, On Generalized Lucas Pseudoprimality of Level k, Mathematics (2021) Vol. 9, 838.
- Dorin Andrica, Vlad Crişan, and Fawzi Al-Thukair, On Fibonacci and Lucas sequences modulo a prime and primality testing, Arab Journal of Mathematical Sciences, 24(1), 9-15 (2018).
Crossrefs
Programs
-
Mathematica
Select[Range[3, 45000, 2], CoprimeQ[#, 5] && CompositeQ[#] && Divisible[LucasL[2*# - JacobiSymbol[#, 5]] - JacobiSymbol[#, 5], #] &]
Comments