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 A215701 #9 Aug 30 2012 11:58:10 %S A215701 0,0,1,4,40,276 %N A215701 Number of primes of the form 1 + b^2048 for 1 < b < 10^n. %C A215701 Primes 1 + b^2048 are a form of generalized Fermat primes. %C A215701 It is conjectured that a(n) is asymptotic to 0.00352764*li(10^n) %H A215701 Yves Gallot, <a href="http://yves.gallot.pagesperso-orange.fr/primes/results.html">Status of the smallest base values yielding Generalized Fermat primes</a> %H A215701 Yves Gallot, <a href="http://yves.gallot.pagesperso-orange.fr/primes/stat.html">How many prime numbers appear in a sequence ?</a> %H A215701 Yves Gallot, <a href="http://yves.gallot.pagesperso-orange.fr/papers/ccdgfpn.html">A Problem on the Conjecture Concerning the Distribution of Generalized Fermat Prime numbers (a new method for the search for large primes)</a> %e A215701 a(4) = 4 because the generalized Fermat numbers F_11(b) where b<10^4 are prime only for b = 150, 2558, 4650, 4772. %o A215701 (PARI) a(n) = sum(b=1, 10^n/2-1, isprime((2*b)^2048+1)) %Y A215701 Cf. A215047, A215048, A215049, A215050, A215051, A215057, A215058, A215698. %K A215701 nonn %O A215701 1,4 %A A215701 _Henryk Dabrowski_, Aug 21 2012