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!)
A020211 Pseudoprimes to base 83. 1
21, 65, 82, 105, 123, 133, 205, 231, 265, 273, 287, 451, 533, 561, 689, 697, 703, 861, 1001, 1105, 1113, 1241, 1365, 1558, 1729, 1785, 1891, 2173, 2465, 2569, 2665, 2821, 2993, 3034, 3277, 3445, 4081, 4305, 4411, 4505, 4641, 4745, 5565, 5713, 6541, 6601 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Composite numbers n such that 83^(n-1) == 1 (mod n).
LINKS
MATHEMATICA
base = 83; t = {}; n = 1; While[Length[t] < 100, n++; If[! PrimeQ[n] && PowerMod[base, n-1, n] == 1, AppendTo[t, n]]]; t (* T. D. Noe, Feb 21 2012 *)
Select[Range[7000], CompositeQ[#]&&PowerMod[83, #-1, #]==1&] (* Harvey P. Dale, Apr 09 2023 *)
CROSSREFS
Cf. A001567 (pseudoprimes to base 2).
Sequence in context: A041860 A041864 A041866 * A014641 A259677 A089115
KEYWORD
nonn
AUTHOR
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 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)