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 #10 Dec 15 2017 17:36:27
%S 1,3,6,3,12,10,12,14,8,18,20,66
%N a(0)=1; then smallest multiple of n such that a(n) + a(n-1) is a semiprime.
%e a(12) does not exist, since 66+12k = 2*3*(2k+11) is not a semiprime for any positive k.
%Y Cf. A001358.
%K fini,full,nonn
%O 0,2
%A _Jason Earls_ and _Amarnath Murthy_, Jul 19 2003
%E Edited by _Dean Hickerson_, Jul 19 2003