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!)
A191619 Least a such that (2^n-a)*2^n + 1 is a prime number 11
0, 0, 3, 0, 3, 10, 3, 0, 3, 10, 3, 4, 3, 4, 3, 16, 23, 4, 3, 21, 12, 10, 18, 40, 14, 37, 8, 16, 32, 10, 36, 1, 63, 10, 3, 48, 17, 67, 3, 31, 33, 22, 9, 19, 3, 9, 47, 33, 21, 15, 3, 58, 51, 22, 78, 163, 8, 30, 3, 85, 44, 4, 71, 28, 204, 4, 42, 75, 27, 16, 17 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Does a(n) exist for every n? This does not seem to be known, even on the GRH; see Heath-Brown. [Charles R Greathouse IV, Dec 27 2011]
LINKS
D. R. Heath-Brown, Zero-free regions for Dirichlet L-functions, and the least prime in an arithmetic progression. Proceedings of the London Mathematical Society 64:3 (1992), pp. 265-338.
MATHEMATICA
Table[a = 0; While[! PrimeQ[(2^n - a)*2^n + 1], a++]; a, {n, 100}] (* T. D. Noe, Jun 11 2011 *)
PROG
(PARI) a(n)=forstep(k=4^n+1, 1, -2^n, if(ispseudoprime(k), return(2^n-(k-1)>>n))) \\ Charles R Greathouse IV, Dec 27 2011
CROSSREFS
Sequence in context: A060533 A177785 A212036 * A327245 A157525 A157521
KEYWORD
nonn
AUTHOR
Pierre CAMI, Jun 09 2011
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 April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)