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.

A141704 Indices of records in A141703.

This page as a plain text file.
%I A141704 #12 May 31 2024 20:43:56
%S A141704 1,2,3,4,11,14,47,193,331,2967,5557
%N A141704 Indices of records in A141703.
%C A141704 Based on an idea by _Jack Brennen_, who pointed out that 2221=prime(331) yields the value A141703(331)=29.
%C A141704 No more terms below 50000. The corresponding records are 0, 1, 3, 6, 7, 11, 17, 22, 29, 32, 40, ... - _Amiram Eldar_, Sep 25 2019
%e A141704 The sequence starts 1,2,3,4,... since the first 4 terms in A141703 are not preceded by a value larger or equal to them.
%e A141704 a(5) = 11 since A141703(11)=6 is the next record value.
%e A141704 a(9) = 331 since A141703(331)=29 is the 9th value establishing a (quite long-lasting) record.
%o A141704 (PARI) m=-1;for(n=1,10^4, m < A141703(n) & print1(n," /*",m=A141703(n),"*/, "));
%Y A141704 Cf. A002997 and references therein; A087788; A141702 ff.
%K A141704 nonn,more
%O A141704 1,2
%A A141704 _M. F. Hasler_, Jul 01 2008
%E A141704 a(10)-a(11) from _Amiram Eldar_, Sep 25 2019