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!)
A181491 Primes of the form p = 3*2^k - 1 such that p+2 is also prime. 6
5, 11, 191, 786431 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Sequence A181490 lists the exponents k, sequences A181492 and A181493 the corresponding upper twin prime and their average.
a(5) > 3 * 2 ^ 3000 + 1. - Max Z. Scialabba, Dec 24 2023
LINKS
FORMULA
A181491 = A007283 intersect A014574 = A181492 - 2 = A181493 - 1 = 3*2^A153890 - 1.
PROG
(PARI) for( k=1, 999, ispseudoprime(3<<k-1)|next; ispseudoprime(3<<k+1)|next; print1(3<<k-1, ", "))
CROSSREFS
Sequence in context: A179388 A336623 A229907 * A006572 A184934 A159009
KEYWORD
bref,nonn
AUTHOR
M. F. Hasler, Oct 30 2010
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 23 06:45 EDT 2024. Contains 371906 sequences. (Running on oeis4.)