A338078 Odd composite integers m such that A085447(m) == 6 (mod m).
57, 185, 385, 481, 629, 721, 779, 1121, 1441, 1729, 2419, 2737, 5665, 6721, 7471, 8401, 9361, 10465, 10561, 11285, 11521, 11859, 12257, 13585, 14705, 15281, 16321, 16583, 18849, 24721, 25345, 25441, 25593, 30745, 33649, 35219, 36481, 36581, 37949, 38665, 39169
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)
Programs
-
Mathematica
Select[Range[3, 20000, 2], CompositeQ[#] && Divisible[LucasL[#, 6] - 6, #] &]
Extensions
More terms from Amiram Eldar, Oct 09 2020
Comments