cp's OEIS Frontend

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.

A214452 Number of primes of the form x^4 + 1 less than 10^n.

This page as a plain text file.
%I A214452 #25 Oct 14 2018 03:56:57
%S A214452 1,2,3,4,5,8,13,18,27,45,70,111,180,308,491,790,1319,2231,3747,6396,
%T A214452 10761,18291,30947,52611,89157,152514,260277,445869,762919,1307688,
%U A214452 2246172,3857544,6641424,11440114,19728780,34057328,58834623,101709014,176009032,304766442
%N A214452 Number of primes of the form x^4 + 1 less than 10^n.
%C A214452 It is conjectured that there are infinitely many primes of the form x^4 + 1 (and thus this sequence never becomes constant), but this has not been proved.
%H A214452 Chai Wah Wu, <a href="/A214452/b214452.txt">Table of n, a(n) for n = 1..46</a>
%e A214452 a(3) = 3 because the only primes of the form x^4 + 1 < 10^3 are the primes: 2, 17, 257.
%o A214452 (PARI) a(n) = sum(k=1,(10^n-1)^(1/4), isprime(k^4+1))
%Y A214452 Cf. A083844, A214454, A214455.
%K A214452 nonn
%O A214452 1,2
%A A214452 _Henryk Dabrowski_, Jul 18 2012
%E A214452 More terms from _Henryk Dabrowski_, Jul 26 2012
%E A214452 a(37)-a(40) from _Chai Wah Wu_, Oct 13 2018