Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #22 Nov 09 2024 06:32:06
%S 5,7,8,9,10,12,13,14,15,16,16,18,18,19,20,20,21,22,22,24,24,24,25,26,
%T 26,28,28,30,30,30,31,32,32,33,34,34,34,36,36,36,36,38,39,40,40,40,42,
%U 42,42,42,43,44,44,44,45,46,46,46,48,48,48,48,48,49,50,50,50,50,52,52,52,54,54,54,54,54,55,56,56,56,58,58,58
%N Numbers that are the sum of 2 different primes, with repetitions.
%e 16=3+13=5+11 hence 16 occurs twice.
%e 24=5+19=7+13=11+13 hence 24 occurs 3 times.
%e 50=p+q with {p,q}={{3,47},{7,43},{13,37},{19,31}}, 4 representations.
%e 48=p+q with {p,q}={{5,43},{7,41},{11,37},{17,31},{19,29}}, 5 representations.
%Y Cf. A014091, A038609.
%K nonn
%O 1,1
%A _Zak Seidov_, Mar 07 2015