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!)
A187370 Least odd number k such that (k*2^n+1)*k*2^n + 1 is prime. 5
1, 3, 1, 5, 9, 3, 21, 3, 1, 11, 13, 5, 27, 27, 7, 5, 27, 3, 27, 41, 13, 11, 49, 5, 69, 83, 61, 47, 9, 21, 3, 3, 45, 35, 21, 21, 3, 3, 7, 39, 9, 3, 27, 51, 73, 35, 27, 33, 27, 125, 103, 255, 27, 63, 207, 171, 153, 27, 3, 105, 147 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
As N increases, it appears that (sum_{k=1..N} a(k)) / (sum_{k=1..N} k) tends to 1.25.
LINKS
MATHEMATICA
Table[k = 1; While[! PrimeQ[(k*2^n + 1)*k*2^n + 1], k = k + 2]; k, {n, 100}]
CROSSREFS
Sequence in context: A128821 A221446 A029723 * A215456 A225855 A201751
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 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)