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!)
A020306 Strong pseudoprimes to base 80. 1
9, 27, 49, 81, 169, 301, 481, 2107, 3439, 5461, 6253, 6401, 7107, 8261, 10349, 16609, 18361, 23281, 25351, 29089, 46531, 49051, 55231, 58969, 75851, 79501, 113401, 115231, 117569, 119341, 123139, 138881, 146611, 157753, 158701, 188501, 200911 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
strongPseudoprimeQ[b_, n_] := Module[{rems = Table[PowerMod[b, (n - 1)/2^expo, n], {expo, 0, IntegerExponent[n - 1, 2]}]}, (rems[[-1]] == 1 || MemberQ[rems, n - 1]) && PowerMod[b, n - 1, n] == 1]; max = 5000; Select[Complement[Range[2, max], Prime[Range[PrimePi[max]]]], strongPseudoprimeQ[80, #] &] (* Alonso del Arte, Aug 10 2018 *)
CROSSREFS
Sequence in context: A133636 A369564 A020208 * A330680 A069068 A051412
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.)