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.
%I A118612 #10 Nov 22 2017 01:38:13 %S A118612 2,5,29,44560482149,13558774610046711780701 %N A118612 Denominator if the numerator and denominator of the continued fraction rational approximation of sqrt(2) are both prime. %C A118612 Next term, if it exists, is bigger than 489 digits (the 1279th convergent to sqrt(2)). %H A118612 Andrej Dujella, Mirela Jukić Bokun, Ivan Soldo, <a href="https://arxiv.org/abs/1706.01959">A Pellian equation with primes and applications to D(-1)-quadruples</a>, arXiv:1706.01959 [math.NT], 2017. %t A118612 For[n = 2, n < 1500, n++, a := Join[{1}, Table[2, {i, 2, n}]]; If[PrimeQ[Denominator[FromContinuedFraction[a]]], If[PrimeQ[Numerator[FromContinuedFraction[a]]], Print[Denominator[FromContinuedFraction[a]]]]]] (* _Stefan Steinerberger_, May 09 2006 *) %Y A118612 A086397 has the numerators. This sequence is a subsequence of A000129, A086383 and A101411. %K A118612 frac,nonn %O A118612 1,1 %A A118612 _Joshua Zucker_, May 08 2006