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!)
A182030 Least odd number k such that 3*k*2^n-1 and 3*k*2^n+1 are twin primes. 1
1, 1, 3, 5, 27, 1, 3, 19, 15, 5, 33, 55, 123, 15, 115, 39, 127, 1, 23, 149, 27, 11, 393, 81, 255, 125, 27, 129, 15, 115, 227, 195, 125, 89, 247, 71, 143, 1031, 55, 89, 85, 365, 3, 49, 283, 135, 497, 59, 647, 309, 375, 399, 667, 111, 173, 355, 195, 219, 43, 49 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
54% of a(n) for n=1 to 1755 are < 0.1*n^2.
LINKS
MATHEMATICA
lon[n_]:=Module[{k=1, n2=3*2^n}, While[!PrimeQ[k*n2-1]||!PrimeQ[k*n2+1], k= k+2]; k]; Array[lon, 60] (* Harvey P. Dale, Nov 27 2015 *)
CROSSREFS
Cf. A210651.
Sequence in context: A154143 A101611 A268409 * A348509 A282141 A318321
KEYWORD
nonn
AUTHOR
Pierre CAMI, Apr 07 2012
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 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)