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!)
A245460 Max (A245457(n), A245458(n)). 3
1, 4, 26, 122, 2102, 23102, 450452, 9189182, 193993802, 3792578792, 116454478142, 5415133233512, 252305096583542, 11561510014033982, 562558737261811292, 31359378912013061912, 1792403716245452460152, 98060777857864844592572, 4456958491657464897364262 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Knowing a(n) <= (prime(n))^4 would yield an infinity of twin primes (in fact it is sufficient if this inequality holds for an arbitrary infinite subsequence k = k_n). See the Shevelev link, Section 17, Corollary 6.
Of course, (p_n)^4/A002110(n) is very small, but remember that sequence k_n could have arbitrary fast growth, for example, as (A002110(n)/(p_n)^4)^n. - Vladimir Shevelev, Jul 24 2014
LINKS
Jens Kruse Andersen, Table of n, a(n) for n = 1..100
V. Shevelev, Theorems on twin primes-dual case, arXiv:0912.4006 (Sections 10,11,14-18)
PROG
(PARI) f(n, k) = ((prime(n)-k)!+2) % prod(i=1, n, prime(i))
a(n) = max(f(n, 1), f(n, 2)) \\ Jens Kruse Andersen, Jul 22 2014
CROSSREFS
Sequence in context: A246854 A267847 A211166 * A261738 A363648 A184263
KEYWORD
nonn
AUTHOR
Vladimir Shevelev, Jul 22 2014
EXTENSIONS
More terms from Jens Kruse Andersen, Jul 22 2014
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 July 29 16:51 EDT 2024. Contains 374734 sequences. (Running on oeis4.)