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.

A230147 Record values in A165959.

This page as a plain text file.
%I A230147 #19 Mar 13 2025 13:28:08
%S A230147 2,3,5,11,15,27,33,37,65,67,75,77,95,137,147,151,153,169,191,219,247,
%T A230147 249,251,291,297,303,307,319,415,429,441,465,495
%N A230147 Record values in A165959.
%C A230147 The index value A230146(n) is also the index of A104272(n).
%C A230147 Because of the bounds on a(n), A182873(n), A192820, and A190661, old conjectures about prime numbers may be proved.
%o A230147 (PARI) mn=1; for(n=1, 10^8, if(A165959(n)>A165959(mn), {mn=n; print(mn, " ", A165959(mn))}))
%Y A230147 Cf. A230146 = indices of record values of A165959.
%K A230147 nonn
%O A230147 1,1
%A A230147 _John W. Nicholson_, Nov 20 2013