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 A161907 #23 Sep 08 2022 08:45:45 %S A161907 101,313,829,1433,1831,5021,8111,12281,19801,24509,36061,55001,110731, %T A161907 125141,149021,205529,238481,314591,358073,422041,531613,658681, %U A161907 778871,804541,1030493,1481749,1861081,2146909,2571581,3512051,3581821 %N A161907 Primes of the form n^3+n+91. %H A161907 Vincenzo Librandi, <a href="/A161907/b161907.txt">Table of n, a(n) for n = 1..1500</a> %t A161907 Select[Table[n^3 + n + 91, {n, 170}], PrimeQ] (* _Alonso del Arte_, Jan 31 2011 *) %o A161907 (Magma) [ a: n in [0..200] | IsPrime(a) where a is n^3+n+91 ]; %Y A161907 Cf. A133160. %K A161907 nonn %O A161907 1,1 %A A161907 _Vincenzo Librandi_, Jan 31 2011