OFFSET
1,1
COMMENTS
As N increases, it appears that (Sum_{i=1..N} a(i)) / (Sum_{i=1..N} i) tends to 1/2, i.e., the partial sums grow roughly proportional to the triangular numbers.
LINKS
Pierre CAMI, Table of n, a(n) for n = 1..4100
FORMULA
a(n) >= A179289(n). - R. J. Mathar, Mar 19 2011
MAPLE
A187467 := proc(n) local k; for k from 2 do if isprime( ithprime(k)*2^n-1) then return k; end if; end do: end proc: # R. J. Mathar, Mar 19 2011
CROSSREFS
KEYWORD
nonn
AUTHOR
Pierre CAMI, Mar 10 2011
STATUS
approved