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 A094479 #14 Sep 08 2022 08:45:13 %S A094479 97,641,2417,14657,83537,130337,279857,1874177,2825777,12117377, %T A094479 13845857,25411697,38950097,88529297,294499937,373301057,1026625697, %U A094479 2472973457,2655237857,2750058497,3373402577,6414247937,9597924977 %N A094479 Primes of the form p^4 + 16 where p is also a prime. %C A094479 p is in A158361. - _Zak Seidov_, Jul 08 2020 %H A094479 Vincenzo Librandi, <a href="/A094479/b094479.txt">Table of n, a(n) for n = 1..1000</a> %t A094479 Select[Table[p^4+16,{p,Prime[Range[80]]}],PrimeQ] (* _Harvey P. Dale_, Jun 17 2014 *) %o A094479 (Magma) [a: p in PrimesUpTo(400) | IsPrime(a) where a is p^4+16]; // _Vincenzo Librandi_, Jun 18 2014 %Y A094479 Cf. A158361. %K A094479 nonn,easy %O A094479 1,1 %A A094479 _Labos Elemer_, Jun 01 2004