OFFSET
1,3
COMMENTS
Supposedly the difference from A101050 is that the k here are required to be strictly positive (nonzero positive). - R. J. Mathar, Dec 13 2008
LINKS
Pierre CAMI and Robert G. Wilson v, Table of n, a(n) for n = 1..119.
MATHEMATICA
f[n_] := Block[{k = 1, p = Prime@n}, While[ !PrimeQ[p*2^k - 1], k++ ]; k]; Array[f, 97]
CROSSREFS
KEYWORD
nonn
AUTHOR
Pierre CAMI and Robert G. Wilson v, Feb 16 2007
STATUS
approved