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.

A285312 Records in A240751.

This page as a plain text file.
%I A285312 #7 May 14 2017 22:50:55
%S A285312 2,6,12,15,21,50,85,100,182,210,215,364,553,560,854,931,1120,1870,
%T A285312 2058,2422,2653,4477,6369,7667,10373,10934,13794,14377,15411,20163,
%U A285312 25542,27423,28094,34398,52275,59085,85170,115362,131690,138944,143143,154323,248761,265850,271040
%N A285312 Records in A240751.
%H A285312 Robert G. Wilson v, <a href="/A285312/b285312.txt">Table of n, a(n) for n = 1..396</a>
%t A285312 (* first run the Mmca in A240751, then *) records[s_List] := Block[{k = 1, lmt = 1 + Length@s, lst = {}, mx = 0}, While[k < lmt, If[s[[k]] > mx, mx = s[[k]]; AppendTo[lst, mx]]; k++]; lst]; records[ Array[f, 250000]]
%Y A285312 Cf. A240751.
%K A285312 nonn
%O A285312 1,1
%A A285312 _Robert G. Wilson v_, Apr 17 2017