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.

A232992 Let b(i) = A134204(i) and c(n) = A133242(n); a(n) is the number of primes p <= c(n) such that p is not in {b(0), b(1), ..., b(c(n)-1)}.

This page as a plain text file.
%I A232992 #28 Jan 03 2024 07:41:17
%S A232992 1,1,2,1,1,2,2,3,2,1,2,3,6,7,6,7,7,7,6,5,7,12,11,10,10,9,10,12,11,12,
%T A232992 11,10,9,9,8,8,8,9,8,8,8,7,10,16,16,16,19,18,17,16,15,15,16,16,17,16,
%U A232992 15,16,16,19,19,20,20,19,18,17,16,17,20,19,20,19,18,18,19,23,24,23,25,24,25,27,26,27,27,26,25,25
%N A232992 Let b(i) = A134204(i) and c(n) = A133242(n); a(n) is the number of primes p <= c(n) such that p is not in {b(0), b(1), ..., b(c(n)-1)}.
%C A232992 Computed by _David Applegate_, Oct 2007.
%C A232992 Arises from studying the question of whether A134204 is an infinite sequence.
%H A232992 David Applegate, <a href="/A232992/b232992.txt">Table of n, a(n) for n = 1..10000</a>
%H A232992 David Applegate, <a href="/A134204/a134204.cc.txt">C++ Program</a>
%H A232992 David Applegate, <a href="/A232992/a232992.notes.txt">Notes on programs and output</a>
%H A232992 David Applegate, <a href="/A232992/a232992.out2.txt">The first 106394 lines of output</a>. The first 3 columns give the first 106394 terms of A133242, A133243 and A232992 (the present sequence), and establish that at least 800 million terms of A134204 exist.
%e A232992 Terms b(0) through b(12) of A134202 are (ignore the periods, which are just for alignment):
%e A232992 i:... 0, 1, 2, 3,. 4,. 5,. 6,. 7,. 8,. 9, 10, 11, 12
%e A232992 b(i): 2, 3, 5, 7, 13, 17, 19, 23, 41, 31, 29, 37, 11
%e A232992 c(1) = 12 is the first i for which b(i)<i.
%e A232992 Then a(1) is the number of primes p <= 12 that are not in the set {b(0), ..., b(11)} = {2, 3, 5, 7, 13, 17, 19, 23, 41, 31, 29, 37}.
%e A232992 Only p = 11 is missing, so a(1)=1.
%Y A232992 Cf. A134204, A133242.
%K A232992 nonn
%O A232992 1,3
%A A232992 _N. J. A. Sloane_, Dec 13 2013