A337237 Odd composite integers such that A052918(m-1)^2 == 1 (mod m).
9, 15, 25, 27, 35, 45, 65, 75, 91, 121, 135, 143, 175, 225, 275, 325, 385, 455, 533, 595, 615, 675, 935, 1035, 1107, 1325, 1359, 1431, 1495, 1547, 1573, 1935, 2015, 2255, 2275, 2775, 3025, 3059, 3575, 3605, 4025, 4081, 4235, 4355, 5005, 5089, 5475, 5525, 5719, 5993, 6165
Offset: 1
Keywords
References
- D. Andrica, O. Bagdasar, Recurrent Sequences: Key Results, Applications and Problems. Springer (to appear, 2020).
Links
- Amiram Eldar, Table of n, a(n) for n = 1..1000
- Dorin Andrica and Ovidiu Bagdasar, On Generalized Lucas Pseudoprimality of Level k, Mathematics (2021) Vol. 9, 838.
- D. Andrica and O. Bagdasar, On some new arithmetic properties of the generalized Lucas sequences, preprint for Mediterr. J. Math. 18, 47 (2021).
Crossrefs
Programs
-
Mathematica
Select[Range[3, 20000, 2], CompositeQ[#] && Divisible[Fibonacci[#, 5]*Fibonacci[#, 5] - 1, #] &]
Comments