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.

A383063 Split A383059 into runs of increasing elements. a(n) is the length of the n-th run.

This page as a plain text file.
%I A383063 #5 Apr 19 2025 18:02:48
%S A383063 11,11,2,1,8,2,3,2,1,6,2,2,2,3,2,1,4,2,2,2,2,2,3,2,8,11,9,9,8,8,7,7,6,
%T A383063 2,1,6,9,2,9,2,8,2,7,2,7,2,6,2,1,6,5,5,2,2,2,2,1,2,1,7,2,2,4,7,2,1,2,
%U A383063 7,2,4,6,4,2,1,2,5,2,2,7,2,2,4,2,1,2,4,2,2,1,2,1
%N A383063 Split A383059 into runs of increasing elements. a(n) is the length of the n-th run.
%H A383063 Paolo Xausa, <a href="/A383063/b383063.txt">Table of n, a(n) for n = 1..10000</a>
%t A383063 (* A383059list is defined at A383059 *)
%t A383063 Map[Length, Most[Split[A383059list[500], Less]]]
%Y A383063 Cf. A383059.
%K A383063 nonn,base
%O A383063 1,1
%A A383063 _Paolo Xausa_, Apr 18 2025