cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A138301 Number of integers k < 10^n such that k*(k+1)-1 and k*(k+3)-1 are both first of twin primes.

Original entry on oeis.org

1, 2, 4, 11, 37, 145, 673, 3748, 22875
Offset: 1

Views

Author

Pierre CAMI, Mar 14 2008

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.