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.

A362398 Records in A336830.

This page as a plain text file.
%I A362398 #11 Apr 19 2023 12:19:55
%S A362398 0,1,2,5,9,10,11,20,30,91,168,1353,4810,5633,18318,113469,309843,
%T A362398 2472166,8986945,14851612,37245096,126623277,303214904,332037001,
%U A362398 471378040,2479371748,7480271673,19360939770,63777083760,86507687515,660840240360,705786898152
%N A362398 Records in A336830.
%o A362398 (Python) # uses generator in A336830
%o A362398 from itertools import count, islice
%o A362398 def agen(r=-1): yield from (r:=v for v in A336830() if v > r)
%o A362398 print(list(islice(agen(), 32)))
%Y A362398 Cf. A336830, A362399 (positions of records).
%K A362398 nonn
%O A362398 1,3
%A A362398 _Michael S. Branicky_, Apr 18 2023