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 A145125 #16 Sep 08 2022 08:45:38 %S A145125 653,653,661,677,701,733,773,821,877,941,1013,1093,1181,1277,1381, %T A145125 1493,1613,1741,1877,2333,2677,2861,3253,3461,3677,4133,4373,4621, %U A145125 4877,5413,5693,5981,6277,6581,7213,7541,7877,8221,8573,8933,9677,10061,10453 %N A145125 Primes of the form 4n^2-4n+653. %C A145125 These primes are in A000414. [_Bruno Berselli_, Apr 20 2014] %H A145125 Vincenzo Librandi, <a href="/A145125/b145125.txt">Table of n, a(n) for n = 1..1000</a> %t A145125 Select[Table[4 n^2 - 4 n + 653, {n, 0, 300}], PrimeQ] (* _Vincenzo Librandi_, Apr 21 2014 *) %o A145125 (Magma) [ a: n in [0..900] | IsPrime(a) where a is 4*n^2-4*n+653]; // _Vincenzo Librandi_, Nov 25 2010 %Y A145125 A145202 is essentially the same sequence. %K A145125 nonn %O A145125 1,1 %A A145125 Bobby Kramer (panthar1(AT)gmail.com), Oct 02 2008 %E A145125 More terms from _Vincenzo Librandi_, Apr 28 2010