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 A200957 #6 Sep 08 2022 08:46:00 %S A200957 3,59,211,1723,4091,5827,110587,140603,262139,287491,474547,551363, %T A200957 830579,1191011,1481539,1643027,2000371,2299963,2515451,2863283, %U A200957 2985979,4251523,5088443,7077883,8489659,10941043,14526779,17984723,22425763 %N A200957 Primes of the form 8n^3-5. %H A200957 Vincenzo Librandi, <a href="/A200957/b200957.txt">Table of n, a(n) for n = 1..1000</a> %t A200957 Select[Table[8n^3-5,{n,1,4000}],PrimeQ] %o A200957 (Magma) [a: n in [1..200] | IsPrime(a) where a is 8*n^3-5] %K A200957 nonn,easy %O A200957 1,1 %A A200957 _Vincenzo Librandi_, Nov 26 2011