login
A109342
Least k such that (k*M(n))^2+k*M(n)-1 is the first of a pair of twin primes, where M(n) = Mersenne primes.
0
1, 3, 5, 8, 89, 275, 278, 404, 96, 1538, 1253, 15858, 189168, 119552, 636315, 1047122, 3571449
OFFSET
1,2
EXAMPLE
(3*M(2))^2+3*M(2)-1 = (3*7)^2+3*7-1 = 461, 461 and 463 twin primes so for n=2 k=3
CROSSREFS
Cf. A000043.
Sequence in context: A195548 A174529 A174442 * A121371 A067094 A272235
KEYWORD
hard,nonn
AUTHOR
Pierre CAMI, Aug 21 2005; corrected Apr 06 2006
STATUS
approved