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!)
A020227 Pseudoprimes to base 99. 2
14, 25, 35, 49, 65, 98, 145, 169, 175, 217, 245, 325, 361, 377, 637, 703, 725, 742, 775, 833, 845, 1105, 1225, 1421, 1519, 1729, 1834, 1885, 2191, 2198, 2413, 2465, 2821, 3185, 3277, 3565, 4069, 4123, 4225, 4699, 4753, 4795, 4901, 5365, 5425, 5611, 6601 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Composite numbers n such that 99^(n-1) == 1 (mod n).
LINKS
MATHEMATICA
base = 99; 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[99, #-1, #]==1&] (* Harvey P. Dale, Jul 16 2015 *)
CROSSREFS
Cf. A001567 (pseudoprimes to base 2).
Sequence in context: A366960 A061923 A031075 * A032608 A341171 A164403
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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)