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.

A362313 a(n) is the least value in the n-th row of A362312.

This page as a plain text file.
%I A362313 #12 Apr 18 2023 05:11:49
%S A362313 0,1,1,0,3,0,0,2,7,3,3,0,2,0,2,0,14,7,5,0,6,1,0,0,9,1,4,0,6,0,0,0,31,
%T A362313 11,14,2,15,3,1,0,12,5,6,0,3,0,3,0,13,11,10,0,18,1,2,0,21,0,1,0,0,0,0,
%U A362313 0,63,27,26,9,28,11,12,1,31,10,7,0,14,2,2,0
%N A362313 a(n) is the least value in the n-th row of A362312.
%H A362313 Rémy Sigrist, <a href="/A362313/b362313.txt">Table of n, a(n) for n = 0..8191</a>
%H A362313 Rémy Sigrist, <a href="/A362313/a362313.png">Scatterplot of the first 49151 terms</a>
%H A362313 Rémy Sigrist, <a href="/A362313/a362313.txt">C++ program</a>
%e A362313 The first terms, alongside the first rows of A362312, are:
%e A362313   n  a(n)  n-th row of A362312
%e A362313   -  ----  -----------------------------
%e A362313   0     0                0
%e A362313   1     1              1   2
%e A362313   2     1            2       1
%e A362313   3     0          3   0   2   4
%e A362313   4     3        4               3
%e A362313   5     0      5   1           0   6
%e A362313   6     0    6       0       1       5
%e A362313   7     2  7   3   4   2   5   8   6   9
%o A362313 (C++) See Links section.
%Y A362313 Cf. A362312.
%K A362313 nonn
%O A362313 0,5
%A A362313 _Rémy Sigrist_, Apr 15 2023