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 A282946 #19 Jan 16 2023 08:10:12 %S A282946 15,1947,125413,240937 %N A282946 Numbers k such that 5*2^k + 1 is a prime factor of a generalized Fermat number 11^(2^m) + 1 for some m. %H A282946 Anders Björn and Hans Riesel, <a href="http://dx.doi.org/10.1090/S0025-5718-98-00891-6">Factors of generalized Fermat numbers</a>, Math. Comp. 67 (1998), no. 221, pp. 441-446. %H A282946 Anders Björn and Hans Riesel, <a href="http://dx.doi.org/10.1090/S0025-5718-05-01816-8">Table errata to "Factors of generalized Fermat numbers"</a>, Math. Comp. 74 (2005), no. 252, p. 2099. %H A282946 Anders Björn and Hans Riesel, <a href="http://dx.doi.org/10.1090/S0025-5718-10-02371-9">Table errata 2 to "Factors of generalized Fermat numbers"</a>, Math. Comp. 80 (2011), pp. 1865-1866. %H A282946 OEIS Wiki, <a href="/wiki/Generalized_Fermat_numbers">Generalized Fermat numbers</a> %t A282946 lst = {}; Do[p = 5*2^n + 1; If[PrimeQ[p] && IntegerQ@Log[2, MultiplicativeOrder[11, p]], AppendTo[lst, n]], {n, 1, 1947, 2}]; lst %Y A282946 Cf. A199592, A226366, A268661, A268662, A268663, A282945, A268664. %Y A282946 Subsequence of A002254. %K A282946 nonn,hard,more %O A282946 1,1 %A A282946 _Arkadiusz Wesolowski_, Feb 25 2017