A005937 Pseudoprimes to base 6.
35, 185, 217, 301, 481, 1105, 1111, 1261, 1333, 1729, 2465, 2701, 2821, 3421, 3565, 3589, 3913, 4123, 4495, 5713, 6533, 6601, 8029, 8365, 8911, 9331, 9881, 10585, 10621, 11041, 11137, 12209, 14315, 14701, 15841, 16589, 17329, 18361, 18721, 20017, 21049, 22049
Offset: 1
Keywords
References
- R. K. Guy, Unsolved Problems in Number Theory, A12.
- N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
Links
- R. J. Mathar, T. D. Noe, and Charles R Greathouse IV, Table of n, a(n) for n = 1..10000 (Mathar 1..118, Noe 119..1000, Greathouse 1001..10000)
- C. Pomerance & N. J. A. Sloane, Correspondence, 1991
- Index entries for sequences related to pseudoprimes
Programs
-
Mathematica
Select[Range[20000], ! PrimeQ[ # ] && PowerMod[6, #-1, # ] == 1 &] (* Farideh Firoozbakht, Sep 12 2006 *)
Extensions
More terms from Farideh Firoozbakht, Sep 12 2006
Comments