A350543 Twin primes x, represented by their average, such that x is the first and x+48 the last of five successive twins.
12, 3919212, 325267932, 905119332, 2013256362, 3066212112, 3240097962, 4046054430, 6567515370, 7561533402, 10816172202, 10895874132, 17444777880, 20905115040, 22194295812, 23641113912, 26079344100, 26368755222, 27350615220, 29861090682, 33240296052
Offset: 1
Keywords
Examples
The quintuples of twins have the form (x,x+a,x+b,x+c,x+d) (a,b,c,d) least example (1) 6,18,30,48 x= 12 (2) 6,30,36,48 x= 123919212 (3) 6,18,36,48 x= 123240097962 (4) 18,30,42,48 x= 124046054430 (5) 12,18,42,48 x=1217444777880 (6) 12,18,30,48 x=1220905115040 (7) 12,30,42,48 x=1227350615220 (8) 18,30,42,48 x>10^11
Links
- Eric Weisstein's World of Mathematics, k-Tuple Conjecture.
Programs
-
Maxima
block(twin:[6], n:1, p1:11, j2:1, nmax: 3, /*returns nmax terms*/ m:5, d:48, w: makelist(-d, i, 1, m), while n
Comments