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

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A269453 The order of 2 mod m when m is the product of two distinct safe primes. 0
12, 20, 30, 44, 33, 92, 110, 116, 69, 174, 164, 230, 212, 246, 290, 318, 332, 356, 410, 253, 452, 249, 530, 534, 524, 638, 678, 692, 716, 830, 393, 902, 764, 890, 932, 956, 1038, 1166, 1130, 537, 1004, 573, 1334, 1124, 1310, 1172, 1398, 717, 753, 1436, 1730, 913, 1886, 1686, 1790 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The smallest positive integer k for which 2^k == 1 (mod m) where m = p*q with p, q distinct safe primes.
LINKS
FORMULA
a(n) is the order of 2 modulo A157352(n). - Wolfdieter Lang, Mar 31 2016
MATHEMATICA
MultiplicativeOrder[2, #] & /@ Select[Select[Range@ 4200, PrimeNu@ # == 2 &], Times @@ Map[If[PrimeQ[(# - 1)/2], #, 0] &, Map[First, FactorInteger@ #]] == # &] (* Michael De Vlieger, Feb 28 2016 *)
CROSSREFS
Sequence in context: A289980 A109547 A334418 * A082800 A026041 A299028
KEYWORD
nonn
AUTHOR
Marina Ibrishimova, Feb 27 2016
EXTENSIONS
More terms from Michael De Vlieger, Feb 28 2016
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 December 11 13:16 EST 2023. Contains 367727 sequences. (Running on oeis4.)