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.

A055177 Cumulative counting sequence: method B (noun,adjective)-pairs with first term 3.

This page as a plain text file.
%I A055177 #16 Nov 11 2022 14:59:20
%S A055177 3,3,1,3,2,1,1,3,3,1,3,2,1,3,6,1,5,2,2,3,7,1,6,2,4,6,1,5,1,3,8,1,9,2,
%T A055177 5,6,3,5,2,7,1,4,1,3,10,1,12,2,7,6,4,5,4,7,2,4,2,8,1,9,1,3,11,1,15,2,
%U A055177 10,6,5,5,5,7,4,4,5,8,2,9,2,10,1,12,1,3,12,1
%N A055177 Cumulative counting sequence: method B (noun,adjective)-pairs with first term 3.
%C A055177 Segments (generated as at A055168):  3; 3,1; 3,2,1,1; 3,3,1,3,2,1; ...
%C A055177 Conjecture: every positive integer occurs.
%H A055177 Seiichi Manyama, <a href="/A055177/b055177.txt">Table of n, a(n) for n = 1..10000</a>
%e A055177 Write 3, thus having 3 once, thus having 3 twice and 1 once, thus having 3 3 times and 1 3 times and 2 once, etc.
%t A055177 s = {3}; Do[s = Flatten[{s, {#,Count[s, #]} & /@ DeleteDuplicates[s]}], {24}]; s (* _Peter J. C. Moses_, Mar 21 2013 *)
%Y A055177 Cf. A055168.
%K A055177 nonn
%O A055177 1,1
%A A055177 _Clark Kimberling_, Apr 27 2000