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 A099658 #9 Jul 16 2024 14:14:08 %S A099658 2,5,47,449,4447,44449,444449,4444469,44444453,444444457,4444444447, %T A099658 44444444497,444444444461,4444444444493,44444444444459, %U A099658 444444444444461,4444444444444463,44444444444444461,444444444444444469,4444444444444444537,44444444444444444447 %N A099658 a(n) is the smallest prime greater than 4(10^n - 1)/9. %C A099658 a(n) = smallest prime > A002278(n). %e A099658 n=4: 44 is followed by 47. %t A099658 Table[NextPrime[4*(10^n-1)/9], {n, 0, 35}] %Y A099658 Cf. A003618, A003617, A096497, A096498, A068104, A002275-A002283, A099656-A099668. %K A099658 base,nonn %O A099658 0,1 %A A099658 _Labos Elemer_, Nov 17 2004 %E A099658 Checked by _N. J. A. Sloane_, Jan 27 2007 %E A099658 Mathematica program edited by _Harvey P. Dale_, Jul 16 2024