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!)
A187367 Least odd number k such that (k*2^n-1)*k*2^n - 1 is prime. 5
3, 1, 5, 1, 1, 3, 5, 11, 1, 1, 19, 15, 13, 9, 35, 15, 5, 1, 35, 29, 31, 29, 13, 29, 27, 3, 27, 25, 31, 55, 19, 5, 77, 19, 57, 19, 33, 1, 17, 9, 27, 9, 29, 5, 1, 5, 35, 7, 73, 1, 183, 61, 31, 33, 9, 11, 1, 29, 215, 139, 33, 15, 35, 41, 37, 121, 63, 15, 23, 25 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
As N increases, it appears that (sum_{k=1..N} a(k)) / (sum_{k=1..N} k) tends to 0.8.
LINKS
MATHEMATICA
Table[k = 1; While[! PrimeQ[(k*2^n - 1)*k*2^n - 1], k = k + 2]; k, {n, 70}]
CROSSREFS
Sequence in context: A344592 A176801 A339903 * A307410 A305444 A002945
KEYWORD
nonn
AUTHOR
Pierre CAMI, Mar 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 19 02:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)