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!)
A020163 Pseudoprimes to base 35. 1
9, 34, 51, 153, 341, 442, 561, 782, 1247, 1261, 1581, 1921, 2278, 2431, 2701, 2871, 3298, 3601, 4371, 5083, 5161, 5517, 7543, 7633, 7969, 8398, 10421, 11041, 12403, 13051, 13833, 14689, 15051, 16441, 16589, 17391, 19006, 19041, 19951, 20026, 22681 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Composite numbers n such that 35^(n-1) == 1 (mod n).
LINKS
MATHEMATICA
base = 35; 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: A345923 A044086 A044467 * A262959 A139275 A236370
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)