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 A126588 #29 Sep 08 2022 08:45:29 %S A126588 41,101,167,239,313,397,467,569,643,733,823,911,1009,1091,1187,1283, %T A126588 1381,1481,1567,1657,1753,1871,1979,2069,2153,2273,2371,2459,2591, %U A126588 2687,2767,2861,2971,3089,3217,3323,3433,3533,3623,3727,3847,3931,4051,4157 %N A126588 a(n) = prime(13*n). %C A126588 Old name was "Every 13th prime number". %H A126588 Jens Kruse Andersen, <a href="/A126588/b126588.txt">Table of n, a(n) for n = 1..10000</a> %e A126588 The 13th prime is 41, the first entry in the table. %t A126588 Prime[Range[13, 50*13, 13]] (* _Harvey P. Dale_, May 14 2011 *) %o A126588 (PARI) a(n)=prime(13*n) \\ _Edward Jiang_, Sep 08 2014 %o A126588 (Sage) [nth_prime(13*n) for n in (1..50)] # _Bruno Berselli_, May 07 2014 %o A126588 (Magma) [NthPrime(13*n): n in [1..30]]; // _G. C. Greubel_, Mar 06 2018 %Y A126588 Cf. similar sequences listed in A031336. %K A126588 nonn,easy %O A126588 1,1 %A A126588 _Cino Hilliard_, Jan 05 2007