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 A058019 #28 Aug 27 2024 09:15:01 %S A058019 5,11,17,67,431,853,2531,27733,360391,720743,12252259,232792597, %T A058019 5354228921,26771144429,80313433231,2329089562843,72201776446853, %U A058019 144403552893641,5342931457063253,219060189739591279 %N A058019 a(n) is the smallest prime > A051451(n)+1. %H A058019 Robert Israel, <a href="/A058019/b058019.txt">Table of n, a(n) for n = 2..375</a> %t A058019 NextPrime[FoldList[LCM, Select[Range[50], PrimePowerQ]] + 1] (* _Amiram Eldar_, Aug 27 2024 *) %Y A058019 Cf. A003418, A051451, A000961, A058023. %K A058019 nonn %O A058019 2,1 %A A058019 _Labos Elemer_, Nov 14 2000 %E A058019 Edited with better definition. - _N. J. A. Sloane_, Aug 20 2021