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!)
A074327 Smaller of twin primes arising in A074326. 1
3, 311, 1619, 3671, 1742537, 148948139, 2777105129, 16149760533341, 10082409897709157 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = prime(m) where m=2^x and prime(m+1)-prime(m) = 2.
a(n) = A033844(A074326(n)). - Michel Marcus, Aug 28 2019
EXAMPLE
8th term in A074326 is 39, so prime[549755813888]=16149760533341=a(8) and 16149760533343 is the larger twin.
MATHEMATICA
s=0; Do[s=Prime[1+2^n]-Prime[2^n]; If[s==2, Print[Prime[2^n]]], {n, 1, 40}]
CROSSREFS
Sequence in context: A085319 A123032 A132305 * A179109 A316329 A062333
KEYWORD
more,nonn
AUTHOR
Labos Elemer, Aug 21 2002
EXTENSIONS
Corrected and extended by Michel Marcus, Aug 28 2019
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 May 11 01:12 EDT 2024. Contains 372388 sequences. (Running on oeis4.)