A138301 Number of integers k < 10^n such that k*(k+1)-1 and k*(k+3)-1 are both first of twin primes.
1, 2, 4, 11, 37, 145, 673, 3748, 22875
Offset: 1
Keywords
Examples
3*4-1=11 11 and 13 twin primes, 3*6-1=17 17 and 19 twin primes a(1)=1 15*16-1=239 239 and 241 twin primes, 15*18-1=269 269 and 271 twin primes a(2)=2
Crossrefs
Cf. A138303.