login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Numbers k such that A000129(k) and A001333(k) are both prime.
0

%I #5 Jan 16 2020 13:19:40

%S 2,3,5,29,59

%N Numbers k such that A000129(k) and A001333(k) are both prime.

%C This sequence is the intersection of A096650 and A099088.

%C The k-th square triangular number A001110(k) = (A000129(k)*A001333(k))^2 has exactly 9 divisors iff k is in this sequence, so if a(5) is the final term of this sequence, then there are only 5 triangular numbers that have exactly 9 divisors (cf. A331234).

%Y Cf. A001110 (numbers that are both triangular and square), A000129 (Pell numbers), A001333 (numerators of continued fraction convergents to sqrt(2); equivalently, prime companion Pell numbers, divided by 2), A096650 (indices of prime Pell numbers), A099088 (indices of prime companion Pell numbers, divided by 2), A331234 (triangular numbers having exactly 9 divisors).

%K nonn,more,hard

%O 1,1

%A _Jon E. Schoenfield_, Jan 16 2020