OFFSET
1,1
LINKS
Kevin Batista, Table of n, a(n) for n = 1..20000
EXAMPLE
Example: 7*100 + 1 = 701 is prime, and is therefore a term.
PROG
(PARI) forprime(p=2, 1e4, k=100*p+1; if(isprime(k), print1(k", ")))
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Kevin Batista (kevin762401(AT)yahoo.com), Sep 06 2010
STATUS
approved