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 A256863 #7 Jan 31 2018 09:09:27 %S A256863 3,7,11,13,19,23,29,31,43,47,53,59,61,67,71,73,79,83,89,103,107,109, %T A256863 113,127,131,139,149,151,157,163,167,173,179,191,193,199,211,223,227, %U A256863 229,233,239,251,263,269,271,283,293,307,311,313,317,331,347,349,353 %N A256863 Primes that can't be written in form a^2 + b^4. %C A256863 Complement of A028916; %C A256863 A256852(A049084(a(n))) = 0. %H A256863 Reinhard Zumkeller, <a href="/A256863/b256863.txt">Table of n, a(n) for n = 1..10000</a> %t A256863 Reap[Do[If[Reduce[p == a^2 + b^4, {a, b}, Integers] === False, Sow[p]], {p, Prime[Range[80]]}]][[2, 1]] (* _Jean-François Alcover_, Jan 31 2018 *) %o A256863 (Haskell) %o A256863 a256863 n = a256863_list !! (n-1) %o A256863 a256863_list = map a000040 $ filter ((== 0) . a256852) [1..] %Y A256863 Cf. A028916, A000290, A000583, A000040, A256852. %K A256863 nonn %O A256863 1,1 %A A256863 _Reinhard Zumkeller_, Apr 11 2015