A339127 Odd composite integers m such that A087130(m-J(m,29)) == 2*J(m,29) (mod m), where J(m,29) is the Jacobi symbol.
9, 25, 27, 49, 81, 121, 169, 175, 225, 243, 289, 325, 361, 529, 637, 729, 961, 1225, 1331, 1369, 1539, 1681, 1849, 2025, 2209, 2809, 3025, 3481, 3721, 4225, 4489, 5041, 5329, 5929, 6241, 6721, 6889, 6929, 7921, 8281, 9409
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, 10000, 2], CompositeQ[#] && Divisible[LucasL[# - (j = JacobiSymbol[#, 29]), 5] - 2*j, #] &] (* Amiram Eldar, Nov 26 2020 *)
Comments