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!)
A085832 Smallest prime p such that both (p-1)/2^(2n-1) and 2^(2n-1)*p+1 are primes. 0
5, 17, 1889, 21377, 183809, 83969, 40961, 79003649, 245235713, 5767169, 1004535809, 897581057, 41238396929, 13555990529, 2357400174593, 3438121320449, 12360915877889, 188188287041537, 286010462175233 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
I have found no primes less than the 10^7th prime where an even power of 2 results in the two prime forms above simultaneously except for 2^2 and p=13.
LINKS
MATHEMATICA
f[n_] := Block[{k = 1}, While[ !PrimeQ[k] || !PrimeQ[(k - 1)/2^n] || !PrimeQ[2^n*k + 1], k += 2^n]; k]; Table[ f[n], {n, 1, 37, 2}]
CROSSREFS
Sequence in context: A248921 A172996 A253624 * A062223 A363759 A116911
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Jul 26 2003
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 4 15:08 EDT 2024. Contains 373099 sequences. (Running on oeis4.)