The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A214454 Number of primes of the form x^8 + 1 less than 10^n. 6
1, 1, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 5, 7, 8, 13, 15, 23, 29, 41, 52, 65, 84, 114, 149, 194, 257, 336, 431, 547, 686, 880, 1151, 1478, 1961, 2499, 3258, 4264, 5550, 7231, 9416, 12286, 16031, 20887, 27181, 35466, 46009, 60053, 78107, 102086, 133309, 174369, 227810 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
It is conjectured that there are infinitely many primes of the form x^8 + 1 (and thus this sequence never becomes constant), but this has not been proved.
LINKS
Chai Wah Wu, Table of n, a(n) for n = 1..90 (terms 1..72 from Henryk Dabrowski)
EXAMPLE
a(16) = 3 because the only primes of the form x^8 + 1 < 10^16 are the primes: 2, 257, 65537.
PROG
(PARI) a(n) = sum(k=1, (10^n-1)^(1/8), isprime(k^8+1))
CROSSREFS
Sequence in context: A230864 A063510 A156878 * A140474 A091195 A280617
KEYWORD
nonn
AUTHOR
Henryk Dabrowski, Jul 18 2012
EXTENSIONS
More terms from Henryk Dabrowski, Jul 28 2012
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 June 8 22:25 EDT 2024. Contains 373227 sequences. (Running on oeis4.)