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.

A303577 Break up the list of values of the divisor function d(k) into nondecreasing runs; sequence gives lengths of successive runs.

This page as a plain text file.
%I A303577 #23 Jun 25 2018 22:58:25
%S A303577 4,2,2,2,2,4,2,2,2,2,4,2,2,4,4,2,3,1,2,2,2,2,2,2,2,4,2,2,2,2,4,2,2,1,
%T A303577 1,2,4,2,2,4,4,2,3,1,2,2,2,2,3,3,4,2,2,2,2,4,2,2,4,4,2,2,2,2,4,2,3,1,
%U A303577 2,2,2,2,2,2,2,2,2,2,4,2,4,2,2,4,4,2,2,4,4,2,2,1,1,2,4,2,2,2,2,6
%N A303577 Break up the list of values of the divisor function d(k) into nondecreasing runs; sequence gives lengths of successive runs.
%H A303577 Seiichi Manyama, <a href="/A303577/b303577.txt">Table of n, a(n) for n = 1..10000</a>
%e A303577 The initial values of d(k) = A000005(k) for k = 1,2,3,... are
%e A303577 1, 2, 2, 3, 2, 4, 2, 4, 3, 4, 2, 6, 2, 4, 4, 5, 2, 6, 2, 6, 4, 4, 2, 8, 3, 4, 4, 6, 2, 8, 2, 6, 4, 4, 4, 9, 2, 4, 4, 8, 2, 8, 2, 6, 6, 4, 2, 10, 3, 6, 4, 6, 2, 8, 4, 8, 4, 4, 2, 12, 2, 4, 6, 7, 4, 8, 2, 6, 4, 8, 2, 12, 2, 4, 6, 6, 4, 8, 2, ...
%e A303577 Breaking this up into nondecreasing runs we get:
%e A303577 [1, 2, 2, 3], [2, 4], [2, 4], [3, 4], [2, 6], [2, 4, 4, 5], [2, 6], [2, 6], [4, 4], [2, 8], [3, 4, 4, 6], [2, 8], [2, 6], [4, 4, 4, 9], [2, 4, 4, 8], [2, 8], [2, 6, 6], [4], [2, 10], [3, 6], [4, 6], [2, 8], [4, 8], [4, 4], [2, 12], [2, 4, 6, 7], ...
%e A303577 whose successive lengths are
%e A303577 4,2,2,2,2,4,2,2,2,2,4,2,2,4,4,2,3,1,2,...
%Y A303577 Cf. A000005.
%Y A303577 A303578(m) gives value of n that starts the m-th run.
%Y A303577 A284597(m) is the smallest number that starts a run of length m.
%K A303577 nonn
%O A303577 1,1
%A A303577 _N. J. A. Sloane_, Apr 29 2018
%E A303577 More terms from _Seiichi Manyama_, Apr 29 2018