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!)
A181494 Twin primes (A001097) of the form 3*2^k +- 1. 1
5, 7, 11, 13, 191, 193, 786431, 786433 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
A181494(n) = A181493(ceiling(n/2)) + (-1)^n = A007283(A181490(ceiling(n/2))) + (-1)^n.
PROG
(PARI) for( k=1, 999, ispseudoprime(3<<k-1)|next; ispseudoprime(3<<k+1)|next; print1(3<<k-1, ", ", 3<<k+1, ", "))
CROSSREFS
Sequence in context: A220951 A136055 A250127 * A125293 A354164 A098243
KEYWORD
more,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 September 14 06:05 EDT 2024. Contains 375911 sequences. (Running on oeis4.)