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!)
A079668 Start with 1; at n-th step, write down what is in the sequence so far. 3
1, 1, 1, 3, 1, 4, 1, 0, 2, 1, 3, 1, 0, 6, 1, 1, 2, 2, 3, 1, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
After 1 1 1 3 1, we see "4 1's, 0 2's and 1 3", so next terms are 4 1 0 2 3 1.
LINKS
MATHEMATICA
s={1}; Do[s=Flatten[{s, {Count[s, #], #}&/@Range[Min[s], Max[s]]}], {20}]; s (* Peter J. C. Moses, Mar 21 2013 *)
CROSSREFS
Cf. A005150. For other versions see A051120, A079585, A079586.
Sequence in context: A245434 A305100 A051512 * A144211 A260510 A125291
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane Jan 26 2003
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 April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)