A335674 Odd composite integers m such that A003501(m) == 5 (mod m).
15, 21, 35, 105, 161, 195, 255, 345, 385, 399, 465, 527, 551, 609, 741, 897, 1105, 1295, 1311, 1807, 1919, 2001, 2015, 2071, 2085, 2121, 2415, 2737, 2915, 3289, 3815, 4031, 4033, 4355, 4879, 4991, 5291, 5777, 5983, 6049, 6061, 6083, 6479, 6601, 6785, 7645, 7905, 8695, 8855, 8911, 9361, 9591, 9889
Offset: 1
Keywords
Examples
15 is the first odd composite integer for which the relation A003501(15)=16098445550==5 (mod 15) holds.
References
- D. Andrica, O. Bagdasar, Recurrent Sequences: Key Results, Applications and Problems. Springer (to appear, 2020).
Links
- Chai Wah Wu, Table of n, a(n) for n = 1..1000
- 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, 5000, 2], CompositeQ[#] && Divisible[2*ChebyshevT[#, 5/2] - 5, #] &] (* Amiram Eldar, Jun 18 2020 *)
Comments