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.

A079382 Records in A079381.

This page as a plain text file.
%I A079382 #9 Mar 15 2020 22:20:01
%S A079382 2,7,13,19,89,131,251,4327,4751,38561
%N A079382 Records in A079381.
%C A079382 RECORDS transform of A079381.
%H A079382 N. J. A. Sloane, <a href="/transforms.txt">Transforms</a>
%t A079382 A079381 = Cases[Import["https://oeis.org/A079381/b079381.txt", "Table"], {_, _}][[All, 2]];
%t A079382 a = {}; l = 0;
%t A079382 For[i = 1, i <= Length[A079381], i++,
%t A079382   If[A079381[[i]] > l, l = A079381[[i]]; AppendTo[a, l]]];
%t A079382 a (* _Robert Price_, Mar 15 2020 *)
%Y A079382 Cf. A079381, A079383, A079366, A079367, A079368.
%K A079382 nonn,more
%O A079382 1,1
%A A079382 _N. J. A. Sloane_, Feb 16 2003
%E A079382 a(8)-a(10) from _Robert Price_, Mar 15 2020