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!)
A020165 Pseudoprimes to base 37. 2
4, 6, 9, 12, 18, 28, 36, 45, 57, 66, 133, 171, 217, 246, 268, 285, 301, 396, 451, 469, 561, 589, 685, 801, 817, 1065, 1105, 1233, 1273, 1333, 1387, 1476, 1653, 1729, 1876, 1881, 2044, 2077, 2413, 2465, 2501, 2556, 2706, 2821, 2881, 3556, 3565, 3781, 3913, 4047 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Composite numbers n such that 37^(n-1) == 1 (mod n).
LINKS
MATHEMATICA
base = 37; 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 *)
CROSSREFS
Cf. A001567 (pseudoprimes to base 2).
Sequence in context: A175250 A078782 A165897 * A368196 A110607 A085802
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 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)