A337627 Odd composite integers m such that U(m)^2 == 1 (mod m) and V(m) == 4 (mod m), where U(m) and V(m) are the m-th generalized Lucas and Pell-Lucas numbers of parameters a=4 and b=-1, respectively.
9, 161, 341, 897, 901, 1281, 1853, 2737, 4181, 4209, 4577, 5473, 5611, 5777, 6119, 6721, 9701, 9729, 10877, 11041, 12209, 12349, 13201, 13481, 14981, 15251, 16771, 19669, 20591, 20769, 20801, 23323, 27403, 27613, 28421, 29281, 29489, 32929, 33001, 34561, 38801
Offset: 1
Keywords
Links
- D. Andrica and O. Bagdasar, On some new arithmetic properties of the generalized Lucas sequences, preprint for Mediterr. J. Math. 18, 47 (2021).
Programs
-
Mathematica
Select[Range[3, 20000, 2], CompositeQ[#] && Divisible[Fibonacci[#, 4]*Fibonacci[#, 4] - 1, #] && Divisible[LucasL[#, 4] - 4, #] &]
Extensions
More terms from Amiram Eldar, Sep 19 2020
Comments