A339128 Odd composite integers m such that A086902(m-J(m,53)) == 2*J(m,53) (mod m), where J(m,53) is the Jacobi symbol.
9, 25, 49, 51, 91, 121, 125, 153, 169, 289, 325, 361, 441, 529, 625, 637, 833, 841, 867, 961, 1183, 1225, 1369, 1633, 1681, 1849, 1921, 2209, 2599, 2601, 2651, 3481, 3721, 4225, 4489, 4625, 5041, 5125, 5329, 5537, 6241, 6889, 7225, 7267, 7497, 7921, 8125, 8281
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[#, 53]), 7] - 2*j, #] &] (* Amiram Eldar, Nov 26 2020 *)
Extensions
More terms from Amiram Eldar, Nov 26 2020
Comments