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!)
A215051 Number of primes of the form 1 + b^32 for 1 < b < 10^n. 12
0, 3, 22, 146, 1062, 8963, 74951, 651537, 5740807, 51389252 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Primes 1 + b^32 are a form of generalized Fermat primes.
It is conjectured that a(n) is asymptotic to 0.112903*li(10^n).
LINKS
FORMULA
a(n) = A214956(32*n) - 1.
EXAMPLE
a(2) = 3 because the Fermat numbers F_5(b) where b<10^2 are prime only for b = 30, 54, 96.
MATHEMATICA
Table[Length[Select[Range[2, 10^n-1]^32 + 1, PrimeQ]], {n, 4}] (* T. D. Noe, Aug 01 2012 *)
PROG
(PARI) a(n) = sum(b=1, 10^n/2-1, isprime((2*b)^32+1))
CROSSREFS
Sequence in context: A091636 A321003 A339227 * A156089 A110469 A121723
KEYWORD
nonn,more
AUTHOR
Henryk Dabrowski, Aug 01 2012
EXTENSIONS
a(9)-a(10) from Chai Wah Wu, Oct 18 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 12 03:32 EDT 2024. Contains 372431 sequences. (Running on oeis4.)