OFFSET
2,1
COMMENTS
Tables compiled by Pinch were used. Sequence A086000 lists a(n) / prime(n).
LINKS
Amiram Eldar, Table of n, a(n) for n = 2..10001
R. G. E. Pinch, Pseudoprimes and their factors (FTP).
Eric Weisstein's World of Mathematics, Pseudoprime.
EXAMPLE
a(11) = 341 because prime(11) = 31 and 341 is the first pseudoprime divisible by 31.
MATHEMATICA
Table[p=Prime[n]; m=MultiplicativeOrder[4, p]; k=1; While[psp=p(1+2*m*k); PowerMod[2, psp-1, psp]!=1, k++ ]; psp, {n, 2, 100}]
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
T. D. Noe, Jul 08 2003
STATUS
approved