Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A338010

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

newer changes | Showing entries 11-12
Odd composite integers m such that A001109(m)^2 == 1 (mod m).
(history; published version)
#2 by Ovidiu Bagdasar at Tue Oct 06 16:57:31 EDT 2020
NAME

allocated for Ovidiu BagdasarOdd composite integers m such that A001109(m)^2 == 1 (mod m).

DATA

9, 35, 51, 55, 77, 85, 119, 153, 169, 171, 187, 209, 261, 319, 369, 385, 451, 531, 551, 595, 649, 715, 741, 779, 899, 935, 961, 969, 989, 1105, 1121, 1189, 1241, 1309, 1443, 1469, 1479, 1711, 1829, 1989, 2001, 2047, 2091, 2261, 2345, 2419, 2555, 2849, 2915

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=6 and b=1.

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)

MATHEMATICA

Select[Range[3, 3000, 2], CompositeQ[#] && Divisible[ChebyshevU[#-1, 3]*ChebyshevU[#-1, 3] - 1, #] &]

CROSSREFS

Cf. A338007 (a=3, b=1), A338008 (a=4, b=1), A338009 (a=5, b=1), A338011 (a=7, b=1)

KEYWORD

allocated

nonn

AUTHOR

Ovidiu Bagdasar, Oct 06 2020

STATUS

approved

editing

#1 by Ovidiu Bagdasar at Tue Oct 06 16:29:15 EDT 2020
NAME

allocated for Ovidiu Bagdasar

KEYWORD

allocated

STATUS

approved