login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A055183 Cumulative counting sequence: method B (noun,adjective)-pairs with first term 5. 2
5, 5, 1, 5, 2, 1, 1, 5, 3, 1, 3, 2, 1, 5, 4, 1, 5, 2, 2, 3, 2, 5, 6, 1, 6, 2, 5, 3, 3, 4, 1, 5, 8, 1, 8, 2, 6, 3, 5, 4, 2, 6, 2, 5, 10, 1, 9, 2, 9, 3, 6, 4, 3, 6, 4, 8, 2, 5, 11, 1, 10, 2, 11, 3, 8, 4, 5, 6, 6, 8, 3, 10, 1, 9, 2, 5, 13, 1, 12, 2, 13, 3, 10, 4, 6, 6 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Segments (generated as at A055168): 5; 5,1; 5,2,1,1; 5,3,1,3,2,1; ...
Conjecture: every positive integer occurs.
LINKS
EXAMPLE
Write 5, thus having 5 once, thus having 5 twice and 1 once, thus having 5 3 times and 1 3 times and 2 once, etc.
MATHEMATICA
s = {5}; Do[s = Flatten[{s, {#, Count[s, #]} & /@ DeleteDuplicates[s]}], {24}]; s (* Peter J. C. Moses, Mar 21 2013 *)
CROSSREFS
Cf. A055168.
Sequence in context: A046095 A322545 A256737 * A198740 A082956 A190101
KEYWORD
nonn
AUTHOR
Clark Kimberling, Apr 27 2000
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 29 08:13 EDT 2024. Contains 371265 sequences. (Running on oeis4.)