login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A214452 Number of primes of the form x^4 + 1 less than 10^n. 6
1, 2, 3, 4, 5, 8, 13, 18, 27, 45, 70, 111, 180, 308, 491, 790, 1319, 2231, 3747, 6396, 10761, 18291, 30947, 52611, 89157, 152514, 260277, 445869, 762919, 1307688, 2246172, 3857544, 6641424, 11440114, 19728780, 34057328, 58834623, 101709014, 176009032, 304766442 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
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.
LINKS
EXAMPLE
a(3) = 3 because the only primes of the form x^4 + 1 < 10^3 are the primes: 2, 17, 257.
PROG
(PARI) a(n) = sum(k=1, (10^n-1)^(1/4), isprime(k^4+1))
CROSSREFS
Sequence in context: A182153 A230771 A065490 * A282500 A222106 A222107
KEYWORD
nonn
AUTHOR
Henryk Dabrowski, Jul 18 2012
EXTENSIONS
More terms from Henryk Dabrowski, Jul 26 2012
a(37)-a(40) from Chai Wah Wu, Oct 13 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 10 16:16 EDT 2024. Contains 372387 sequences. (Running on oeis4.)