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!)
A020166 Pseudoprimes to base 38. 1
39, 65, 85, 91, 111, 185, 221, 259, 289, 469, 481, 561, 629, 697, 871, 1105, 1221, 1443, 1445, 2405, 2465, 2479, 2553, 2665, 2701, 2821, 3145, 3367, 3585, 3757, 4033, 4187, 4681, 5291, 5461, 6031, 6097, 6601, 6931, 7449, 7585, 7613, 7957, 8177, 9073, 9919 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Composite numbers n such that 38^(n-1) == 1 (mod n). - Michel Lagneau, Feb 18 2012
LINKS
MATHEMATICA
base = 38; 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[10000], CompositeQ[#]&&PowerMod[38, #-1, #]==1&] (* Harvey P. Dale, Jan 22 2023 *)
CROSSREFS
Cf. A001567 (pseudoprimes to base 2).
Sequence in context: A043956 A090876 A165461 * A046448 A249701 A039467
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 July 27 09:47 EDT 2024. Contains 374647 sequences. (Running on oeis4.)