A338080 Odd composite integers such that A005668(m)^2 == 1 (mod m).
9, 57, 63, 143, 171, 247, 323, 399, 407, 481, 629, 703, 721, 779, 899, 927, 1121, 1239, 1407, 1441, 1463, 1703, 1729, 2419, 2529, 2639, 2737, 3289, 3367, 3689, 4081, 4847, 4879, 4921, 5291, 5339, 5871, 6061, 6479, 6489, 6601, 6721, 6989, 7067, 7471, 7859, 8401, 8911, 8987, 9139, 9361
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, 15000, 2], CompositeQ[#] && Divisible[Fibonacci[#, 6]*Fibonacci[#, 6] - 1, #] &]
Comments