cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A092665 Absolute value of difference between counts of uninterrupted runs of 10 primes in A092663 and A092664.

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