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 A301522 #18 Nov 26 2024 09:29:12 %S A301522 0,1,3,6,12,60,85,87,612,9073 %N A301522 Numbers k such that 16*k^k + 1 is prime. %t A301522 Flatten[{0, Select[Range[1000], PrimeQ[16*#^# + 1] &]}] (* _Vaclav Kotesovec_, Mar 25 2018 *) %o A301522 (PARI) for(n=0, 1000, if(isprime(16*n^n+1), print1(n", "))) %Y A301522 Cf. A110932, A160600, A301519. %K A301522 nonn,more %O A301522 1,3 %A A301522 _Seiichi Manyama_, Mar 23 2018 %E A301522 a(10) from _Michael S. Branicky_, Apr 16 2023