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 A073598 #12 Sep 08 2022 08:45:06 %S A073598 2,12,14,24,26,38,42,48,56,66,78,86,92,104,116,126,138,146,164,186, %T A073598 192,194,198,224,242,264,276,296,324,332,386,438,488,494,498,518,524, %U A073598 566,576,582,588,594,596,632,684,696,698,714,716,722,728,738,758,762,806 %N A073598 Numbers n such that n^3 + 5 is prime. %C A073598 For n^3+2 prime see A067200. For n^3+3 prime see A049441. %H A073598 Vincenzo Librandi, <a href="/A073598/b073598.txt">Table of n, a(n) for n = 1..1000</a> %t A073598 Select[ Range[ 950 ], PrimeQ[ #^3+5 ] & ] %o A073598 (Magma) [n: n in [1..900] | IsPrime(n^3 + 5)]; // _Vincenzo Librandi_, Sep 30 2012 %o A073598 (PARI) is(n)=isprime(n^3+5) \\ _Charles R Greathouse IV_, Jun 12 2017 %Y A073598 Cf. A067200, A049441. %K A073598 nonn,easy %O A073598 1,1 %A A073598 _Zak Seidov_, Sep 01 2002