%I #20 Oct 15 2024 23:16:39
%S 0,0,0,0,0,2,4,14,48,493,451,118,3908
%N Absolute value of difference between counts of uninterrupted runs of 10 primes in A092663 and A092664.
%H Lucas A. Brown, <a href="https://github.com/lucasaugustus/oeis/blob/main/A092663%2B4%2B5.py">Python program</a>.
%F a(n) = |A092663(n)-A092664(n)|.
%e a(8)=14 because in A092663 the count is 323 and in A092664 the count is 337. 337-323=14.
%Y Cf. A092663, A092664.
%K more,nonn,hard
%O 1,6
%A _Enoch Haga_, Mar 02 2004
%E a(9) and a(10) from _Sean A. Irvine_, Oct 06 2011
%E a(11) from _Chai Wah Wu_, Mar 18 2018
%E a(12) and a(13) from _Lucas A. Brown_, Oct 15 2024