A337630 Odd composite integers m such that U(m)^2 == 1 (mod m) and V(m) == 7 (mod m), where U(m) and V(m) are the m-th generalized Lucas and Pell-Lucas numbers of parameters a=7 and b=-1, respectively.
25, 51, 91, 161, 325, 425, 561, 791, 1105, 1633, 1921, 2001, 2465, 2599, 2651, 2737, 7345, 8449, 9361, 10325, 10465, 10825, 11285, 12025, 12291, 13021, 15457, 17111, 18193, 18881, 19307, 20705, 20833, 21931, 24081, 24661, 31521, 32305, 37925, 38801, 39059, 40641
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, 15000, 2], CompositeQ[#] && Divisible[Fibonacci[#, 7]*Fibonacci[#, 7] - 1, #] && Divisible[LucasL[#, 7] - 7, #] &]
Extensions
More terms from Amiram Eldar, Sep 19 2020
Comments