A335673 Composite integers m such that A003500(m) == 4 (mod m).
10, 209, 230, 231, 399, 430, 455, 530, 901, 903, 923, 989, 1295, 1729, 1855, 2015, 2211, 2345, 2639, 2701, 2795, 2911, 3007, 3201, 3439, 3535, 3801, 4823, 5291, 5719, 6061, 6767, 6989, 7421, 8569, 9503, 9591, 9869, 9890, 10439, 10609, 11041, 11395, 11951, 11991
Offset: 1
Keywords
Examples
m=10 is the first composite integer for which A003500(m)==4 (mod m).
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..10000 (first 1000 odd terms from Chai Wah Wu)
- 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], CompositeQ[#] && Divisible[Round@LucasL[2#, Sqrt[2]] - 4, #] &] (* Amiram Eldar, Jun 18 2020 *)
-
PARI
my(M=[1,2;1,3]); forcomposite(m=5, 10^5, if(trace(Mod(M,m)^m)==4, print1(m,", "))); \\ Joerg Arndt, Jun 18 2020
Extensions
More terms from Joerg Arndt, Jun 18 2020
Comments