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!)
A181498 Numbers k such that there is at least one pair of twin primes 2^k + 2^j -+ 1 with k/2 <= j <= k. 2
1, 2, 3, 6, 7, 10, 11, 19, 21, 27, 46, 51, 66, 85, 99, 107, 127, 172, 183, 214, 522, 579, 591, 2170, 2538 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(26) > 4000. - Jon E. Schoenfield, Jan 20 2019
LINKS
MAPLE
isA181498 := proc(n) local p, k; for k from ceil(n/2) to n do p := 2^n+2^k-1 ; if isprime(p) and isprime(p+2) then return true; end if; end do: false; end proc:
for n from 1 do if isA181498(n) then printf("%d, \n", n) ; end if; end do: # R. J. Mathar, Jan 30 2011
CROSSREFS
Sequence in context: A204323 A278965 A032858 * A030703 A305927 A271585
KEYWORD
nonn,more
AUTHOR
Pierre CAMI, Jan 29 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 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)