Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A288639

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Products of two distinct numbers that are the average of a pair of twin primes.
(history; published version)
#17 by Bruno Berselli at Fri Jun 23 08:19:28 EDT 2017
STATUS

proposed

approved

#16 by Wesley Ivan Hurt at Mon Jun 19 19:45:20 EDT 2017
STATUS

editing

proposed

#15 by Wesley Ivan Hurt at Mon Jun 19 19:45:05 EDT 2017
CROSSREFS

Subset of A286195.

STATUS

proposed

editing

#14 by Wesley Ivan Hurt at Tue Jun 13 09:25:35 EDT 2017
STATUS

editing

proposed

#13 by Wesley Ivan Hurt at Tue Jun 13 09:25:24 EDT 2017
EXAMPLE

4 and 12 are two distinct numbers that are averages of twin prime pairs (i.e., 4 = (3+5)/2 and 12 = (11+13)/2), and 4*12 = 48, which is in the sequence.

STATUS

proposed

editing

#12 by Giovanni Resta at Tue Jun 13 09:18:27 EDT 2017
STATUS

editing

proposed

Discussion
Tue Jun 13
09:19
Wesley Ivan Hurt: Thanks!
#11 by Giovanni Resta at Tue Jun 13 09:17:45 EDT 2017
DATA

24, 48, 72, 108, 120, 168, 180, 216, 240, 252, 288, 360, 408, 432, 504, 540, 552, 600, 612, 648, 720, 756, 768, 792, 828, 864, 900, 912, 960, 1080, 1128, 1152, 1188, 1224, 1248, 1260, 1296, 1368, 1392, 1440, 1620, 1656, 1680, 1692, 1728, 1800, 1836, 1848

MATHEMATICA

m = 1 + Select[Range@1000, PrimeQ[#] && PrimeQ[# + 2] &]; Select[v Union@ Flatten@ Table[m[[i]] m[[j]], {i, Length[m]}, {j, i - 1}], # <= 4000 &] (* Giovanni Resta, Jun 13 2017 *)

KEYWORD

nonn,more,changed

EXTENSIONS

More terms from Giovanni Resta, Jun 13 2017

STATUS

proposed

editing

#10 by Wesley Ivan Hurt at Mon Jun 12 22:47:39 EDT 2017
STATUS

editing

proposed

#9 by Wesley Ivan Hurt at Mon Jun 12 22:47:19 EDT 2017
NAME

Products of two unique distinct numbers that are the average of a pair of twin primes.

EXAMPLE

4 and 12 are two unique distinct numbers that are averages of twin prime pairs (i.e., 4=(3+5)/2 and 12 = (11+13)/2), and 4*12 = 48, which is in the sequence.

STATUS

proposed

editing

#8 by Wesley Ivan Hurt at Mon Jun 12 20:54:49 EDT 2017
STATUS

editing

proposed