OFFSET
1,2
EXAMPLE
For n = 3: 2*3*1 -1 = 5, which is prime. 2*3*2 - 1 = 11, which is prime. 2*3*3 - 1 = 17, which is prime. 2*3*4 -1 = 23, which is prime. 2*3*5 -1 = 29, which is prime. But 2*3*6 - 1 = 35, which is composite. So a(3) = 5, because there are 5 primes in the arithmetic sequence before hitting a composite.
CROSSREFS
KEYWORD
nonn
AUTHOR
Leroy Quet, Oct 30 2008
EXTENSIONS
Extended by Ray Chandler, Nov 01 2008
STATUS
approved