login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A340122 Odd composite integers m such that A001906(2*m-J(m,5)) == J(m,5) (mod m), where J(m,5) is the Jacobi symbol. 3
9, 21, 27, 63, 81, 189, 243, 323, 329, 351, 377, 423, 451, 567, 729, 783, 861, 891, 963, 1081, 1701, 1743, 1819, 1891, 1967, 2033, 2187, 2211, 2871, 2889, 2961, 3321, 3653, 3807, 3827, 4089, 4181, 5103, 5229, 5671, 5777, 5901, 6561, 6601, 6721, 6741, 7587 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The generalized Lucas sequences of integer parameters (a,b) defined by U(m+2)=a*U(m+1)-b*U(m) and U(0)=0, U(1)=1, satisfy U(2*p-J(p,D)) == J(p,D) (mod p) whenever p is prime, k is a positive integer, b=1 and D=a^2-4.
The composite integers m with the property U(k*m-J(m,D)) == J(m,D)*U(k-1) (mod m) are called generalized Lucas pseudoprimes of level k+ and parameter a. Here b=1, a=3, D=5 and k=2, while U(m) is A001906(m).
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).
D. Andrica, O. Bagdasar, On generalized pseudoprimality of level k (submitted).
LINKS
Dorin Andrica, Vlad Crişan, and Fawzi Al-Thukair, On Fibonacci and Lucas sequences modulo a prime and primality testing, Arab Journal of Mathematical Sciences, 2018, 24(1), 9--15.
MATHEMATICA
Select[Range[3, 10000, 2], CoprimeQ[#, 5] && CompositeQ[#] &&
Divisible[ ChebyshevU[2*# - JacobiSymbol[#, 5] - 1, 3/2] - JacobiSymbol[#, 5], #] &]
Select[Range[3, 10000, 2], CoprimeQ[#, 5] && CompositeQ[#]
&& Divisible[Fibonacci[2*(2*#-JacobiSymbol[#, 5]), 1] - JacobiSymbol[#, 5], #] &]
CROSSREFS
Cf. A001906, A071904, A340097 (a=3, b=1, k=1).
Cf. A340123 (a=5, b=1, k=2), A340124 (a=7, b=1, k=2).
Sequence in context: A106214 A348839 A036316 * A339728 A267216 A039289
KEYWORD
nonn
AUTHOR
Ovidiu Bagdasar, Dec 28 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 14:49 EDT 2024. Contains 371914 sequences. (Running on oeis4.)