A338310 Even composites m such that A086902(m)==7 (mod m).
4, 8, 22, 88, 472, 5588, 10408, 20648, 34568, 123076, 1783976, 3677228, 4609418, 4857688, 6027208, 9906578, 16508152, 19995308, 20226572, 32039062, 56484004, 88835528, 97896692, 135858088, 354671468, 1091638108, 2260976428, 3495804596, 3723523516, 5577624308
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[2, 25000, 2], CompositeQ[#] && Divisible[LucasL[#, 7] - 7, #] &]
Extensions
a(9)-a(15) from Amiram Eldar, Oct 22 2020
a(16)-a(30) from Daniel Suteu, Oct 22 2020
Comments