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!)
A093311 a(n) is the k-th upper twin prime, where k = n!. 1
5, 5, 7, 43, 463, 4639, 51349, 563011, 6445993, 80358601, 1066687471, 15116681443, 228312888439 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
From Amiram Eldar, Jul 07 2024: (Start)
a(n) = A006512(n!).
a(n) = A093310(n) + 2. (End)
PROG
(PARI)
twinu(n) = { local(c, x); c=0; x=1; while(c<n, if(isprime(prime(x)+2), c++); x++; ); return(prime(x)) }
g(n) = for(x=0, n, print1(twinu(x!), ", "))
CROSSREFS
Sequence in context: A019204 A301733 A114367 * A364909 A328344 A100128
KEYWORD
nonn,more
AUTHOR
Cino Hilliard, Apr 25 2004
EXTENSIONS
a(9)-a(12) from Giovanni Resta, Jun 10 2018
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 August 11 01:05 EDT 2024. Contains 375059 sequences. (Running on oeis4.)