A338079 Odd composite integers m such that A086902(m) == 7 (mod m).
25, 51, 91, 161, 265, 325, 425, 561, 791, 1105, 1113, 1325, 1633, 1921, 1961, 2001, 2465, 2599, 2651, 2737, 3445, 4081, 4505, 4929, 7345, 7685, 8449, 9361, 10325, 10465, 10825, 11285, 11713, 12025, 12291, 13021, 15457, 17111, 18193, 18881, 18921, 19307
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)
Crossrefs
Programs
-
Mathematica
Select[Range[3, 20000, 2], CompositeQ[#] && Divisible[LucasL[#, 7] - 7, #] &]
Comments