The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A020183 Pseudoprimes to base 55. 1
6, 9, 18, 21, 27, 54, 63, 91, 153, 189, 357, 369, 553, 697, 801, 1027, 1266, 1387, 1513, 1729, 1869, 2701, 2821, 3213, 3649, 4033, 4431, 6273, 6533, 6541, 6601, 6643, 7189, 7957, 8911, 9773, 9937, 10649, 10761, 13333, 13617, 13833, 14981, 15457, 15841 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Composite numbers n such that 55^(n-1) == 1 (mod n).
LINKS
MATHEMATICA
base = 55; 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[16000], CompositeQ[#]&&PowerMod[55, #-1, #]==1&] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Oct 26 2018 *)
CROSSREFS
Cf. A001567 (pseudoprimes to base 2).
Sequence in context: A351851 A301720 A316070 * A320492 A316071 A039280
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 June 4 06:06 EDT 2024. Contains 373089 sequences. (Running on oeis4.)