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.

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

This page as a plain text file.
%I A382466 #16 Mar 31 2025 11:56:12
%S A382466 19,10,2,1,7,2,3,2,1,5,2,2,2,3,2,1,3,2,2,61,11,9,8,8,7,7,6,6,3,2,4,8,
%T A382466 2,8,2,7,2,6,2,6,2,1,8,2,5,2,2,2,1,2,1,6,2,2,1,1,2,8,6,2,6,3,2,1,5,2,
%U A382466 2,1,4,2,1,2,6,6,3,2,2,2,2,1,2,1,2,1,1,5,5,4,2,2,4
%N A382466 Split A382462 into runs of increasing elements. a(n) is the length of the n-th run.
%H A382466 Paolo Xausa, <a href="/A382466/b382466.txt">Table of n, a(n) for n = 1..10000</a>
%t A382466 (* A382462list is defined at A382462 *)
%t A382466 Map[Length, Most[Split[A382462list[500], Less]]]
%Y A382466 Cf. A382462.
%K A382466 nonn,base
%O A382466 1,1
%A A382466 _Paolo Xausa_, Mar 28 2025