Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #9 Jan 23 2024 16:23:08
%S 0,0,1,3,2,6,10,12,50,178,150
%N Number of representations of 3*A057588(n) as a sum (p*q + p*r + q*r) with three odd primes p <= q <= r, where A057588 is Kummer numbers, one less than primorials.
%F a(n) = A369054(3*(A002110(n)-1)).
%o (PARI)
%o \\ Needs also program from A369054:
%o A002110(n) = prod(i=1,n,prime(i));
%o A369247(n) = A369054(3*(A002110(n)-1));
%Y Cf. A002110, A057588, A369054.
%K nonn,hard,more
%O 1,4
%A _Antti Karttunen_, Jan 22 2024