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.

A079370 Records in A079369.

This page as a plain text file.
%I A079370 #8 Mar 15 2020 02:47:30
%S A079370 2,3,5,11,17,37,53,73,79,277,2903,9463,24631,202049
%N A079370 Records in A079369.
%C A079370 RECORDS transform of A079369.
%H A079370 N. J. A. Sloane, <a href="/transforms.txt">Transforms</a>
%t A079370 A079369 = Cases[Import["https://oeis.org/A079369/b079369.txt", "Table"], {_, _}][[All, 2]];
%t A079370 a = {}; l = 0;
%t A079370 For[i = 1, i <= Length[A079369], i++,
%t A079370   If[A079369[[i]] > l, l = A079369[[i]]; AppendTo[a, l]]];
%t A079370 a (* _Robert Price_, Mar 14 2020 *)
%Y A079370 Cf. A079369, A079371, A079366-A079368.
%K A079370 nonn,more
%O A079370 1,1
%A A079370 _N. J. A. Sloane_, Feb 16 2003
%E A079370 a(13)-a(14) from _Robert Price_, Mar 14 2020