A339129 Odd composite integers m such that A005248(m-J(m,5)) == 2 (mod m), where J(m,5) is the Jacobi symbol.
9, 49, 63, 121, 169, 289, 323, 361, 377, 441, 529, 841, 961, 1127, 1369, 1681, 1849, 1891, 2209, 2303, 2809, 2961, 3481, 3721, 3751, 3827, 4181, 4489, 4901, 4961, 5041, 5329, 5491, 5777, 6137, 6241, 6601, 6721, 6889, 7381, 7921, 8149, 9409, 10201, 10609, 10877, 10933, 11449, 11663
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)
Crossrefs
Programs
-
Mathematica
Select[Range[3, 12000, 2], CompositeQ[#] && Divisible[LucasL[2*(# - JacobiSymbol[#, 5])] - 2, #] &] (* Amiram Eldar, Nov 26 2020 *)
Comments