OFFSET
1,1
COMMENTS
For a, b integers, the generalized Lucas sequence is defined by the relation U(n+2)=a*U(n+1)-b*U(n) and U(0)=0, U(1)=1.
This sequence satisfies the relation U(p)^2 == 1 for p prime and b=1,-1.
The composite numbers with this property may be called weak generalized Lucas pseudoprimes of parameters a and b.
The current sequence is defined for a=4 and b=1.
REFERENCES
D. Andrica and O. Bagdasar, Recurrent Sequences: Key Results, Applications and Problems. Springer (2020).
LINKS
D. Andrica and O. Bagdasar, On some new arithmetic properties of the generalized Lucas sequences, preprint for Mediterr. J. Math. 18, 47 (2021).
MATHEMATICA
Select[Range[3, 6000, 2], CompositeQ[#] && Divisible[ChebyshevU[#-1, 2]*ChebyshevU[#-1, 2] - 1, #] &]
CROSSREFS
KEYWORD
nonn
AUTHOR
Ovidiu Bagdasar, Oct 06 2020
STATUS
approved