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 A126037 #17 Jul 29 2025 08:38:39 %S A126037 2,17,151,1327,11941,107467,967201,8704783,78343019,705087151, %T A126037 6345784343,57112059061,514008531493,4626076783423,41634691050803, %U A126037 374712219457181,3372409975114627,30351689776031621,273165207984284509,2458486871858560579,22126381846727045189,199137436620543406691 %N A126037 a(n) is the largest prime < 9*a(n-1) for n > 1, with a(1) = 2. %H A126037 Harvey P. Dale, <a href="/A126037/b126037.txt">Table of n, a(n) for n = 1..1000</a> (First 27 terms from Artur Jasinksi) %t A126037 NestList[NextPrime[9#,-1]&,2,20] (* _Harvey P. Dale_, Jan 11 2019 *) %Y A126037 Cf. A126031. %K A126037 nonn %O A126037 1,1 %A A126037 _Artur Jasinski_, Dec 16 2006