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.

A079379 Records in A079378.

This page as a plain text file.
%I A079379 #10 Mar 15 2020 02:48:15
%S A079379 2,5,7,11,13,79,383,1087,2833,12497
%N A079379 Records in A079378.
%C A079379 RECORDS transform of A079378.
%H A079379 N. J. A. Sloane, <a href="/transforms.txt">Transforms</a>
%t A079379 A079378 = Cases[Import["https://oeis.org/A079378/b079378.txt", "Table"], {_, _}][[All, 2]];
%t A079379 a = {}; l = 0;
%t A079379 For[i = 1, i <= Length[A079378], i++,
%t A079379   If[A079378[[i]] > l, l = A079378[[i]]; AppendTo[a, l]]];
%t A079379 a (* _Robert Price_, Mar 14 2020 *)
%Y A079379 Cf. A079378, A079380, A079366-A079368.
%K A079379 nonn,more
%O A079379 1,1
%A A079379 _N. J. A. Sloane_, Feb 16 2003
%E A079379 a(8)-a(10) from _Robert Price_, Mar 14 2020